Hanzo
OpenapiCaptable

Returns the caller org's investments, newest first.

Returns the caller org's investments, newest first.

GET /v1/captable/investments

Addresshttps://api.hanzo.ai/v1/captable/investments
MethodGET
Operationget_captable_investments
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's investments, newest first. It spans every round, so it is the flat ledger of cheques written into the company, each naming its investor and the round it went into.

Request

GET /v1/captable/investments takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200captableInvestmentsok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodycaptableInvestment[]Data is every investment across every round, newest first.
data[].amountbodynumberAmount is the cash invested.
data[].datebodystringDate is the ISO date of the investment.
data[].idbodystringID is the investment id.
data[].roundIdbodystringRoundID is the round the cheque went into.
data[].shareClassIdbodystringShareClassID is the class shares were issued in, for a priced round.
data[].sharesbodyintegerShares is how many shares the investment bought; 0 when the round issues no equity at the time of investment.
data[].stakeholderIdbodystringStakeholderID is the investor.
data[].stakeholderNamebodystringStakeholderName is that investor's name.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable investments

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page