Hanzo
OpenapiCaptable

Returns the caller org's convertible notes, newest first.

Returns the caller org's convertible notes, newest first.

GET /v1/captable/convertibles

Addresshttps://api.hanzo.ai/v1/captable/convertibles
MethodGET
Operationget_captable_convertibles
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's convertible notes, newest first. A note's principal sits OUTSIDE issued equity until it converts, so it is not part of the share counts.

Request

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

Response

StatusBodyMeaning
200captableNotesok

200 body — 12 fields.

FieldInTypeAlwaysDescription
databodycaptableNote[]Data is every convertible note, newest first.
data[].capitalbodynumberCapital is the principal the investor lent.
data[].conversionCapbodynumberConversionCap is the valuation cap on conversion, if any.
data[].discountRatebodynumberDiscountRate is the discount to the next round's price, if any.
data[].idbodystringID is the note id.
data[].interestRatebodynumberInterestRate is the annual interest rate, if any.
data[].issueDatebodystringIssueDate is the ISO date the note was signed.
data[].publicIdbodystringPublicID is the note's shareable identifier, unique within the company.
data[].stakeholderIdbodystringStakeholderID is the investor.
data[].stakeholderNamebodystringStakeholderName is that investor's name.
data[].statusbodystringStatus is the note's state, e.g.
data[].typebodystringType is the instrument kind, e.g.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable convertibles list

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page