Hanzo
OpenapiCaptable

Returns one of the caller org's fundraising rounds together with every…

Returns one of the caller org's fundraising rounds together with every investment written into it, oldest first.

GET /v1/captable/rounds/{id}

Addresshttps://api.hanzo.ai/v1/captable/rounds/{id}
MethodGET
Operationget_captable_rounds_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one of the caller org's fundraising rounds together with every investment written into it, oldest first. A round id that does not exist in the caller's org is not found — including one that exists in another tenant, since the org comes from the caller's principal and is part of the lookup.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the round to read. It is the path segment: the URL is the addressing authority, and the org it is resolved in comes from the caller's principal, so an id…

Response

StatusBodyMeaning
200captableRoundDetailok

200 body — 20 fields.

FieldInTypeAlwaysDescription
investmentsbodycaptableRoundInvestment[]Investments is every investment into this round, oldest first.
investments[].amountbodynumberAmount is the cash invested.
investments[].commentsbodystringComments is the note recorded with the cheque, if any.
investments[].datebodystringDate is the ISO date of the investment.
investments[].idbodystringID is the investment id.
investments[].sharesbodyintegerShares is how many shares the investment bought; 0 when the round issues no equity at the time of investment.
investments[].stakeholderIdbodystringStakeholderID is the investor.
investments[].stakeholderNamebodystringStakeholderName is that investor's name.
roundbodycaptableRound
round.closeDatebodystringCloseDate is the ISO date the round closed, once it has.
round.createdAtbodyintegerCreatedAt is when the round was recorded, in unix milliseconds.
round.idbodystringID is the round id.
round.namebodystringName is the round name, e.g.
round.preMoneyValuationbodynumberPreMoneyValuation is the pre-money valuation, for a priced round.
round.pricePerSharebodynumberPricePerShare is the price per share, for a priced round.
round.raisedAmountbodynumberRaisedAmount is how much has been invested so far.
round.roundTypebodystringRoundType is PRICED, SAFE or CONVERTIBLE_NOTE.
round.shareClassIdbodystringShareClassID is the class a priced round issues into.
round.statusbodystringStatus is OPEN or CLOSED.
round.targetAmountbodynumberTargetAmount is how much the round set out to raise.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable rounds get <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page