Hanzo
OpenapiCaptable

Returns the caller org's SAFEs, newest first.

Returns the caller org's SAFEs, newest first.

GET /v1/captable/safes

Addresshttps://api.hanzo.ai/v1/captable/safes
MethodGET
Operationget_captable_safes
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's SAFEs, newest first. A SAFE is a simple agreement for future equity: its capital sits OUTSIDE issued equity until it converts, so it is not part of the share counts.

Request

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

Response

StatusBodyMeaning
200captableSafesok

200 body — 13 fields.

FieldInTypeAlwaysDescription
databodycaptableSafe[]Data is every SAFE, newest first.
data[].capitalbodynumberCapital is the cash the investor put in.
data[].discountRatebodynumberDiscountRate is the discount to the next round's price, if any.
data[].idbodystringID is the SAFE id.
data[].issueDatebodystringIssueDate is the ISO date the SAFE was signed.
data[].mfnbodybooleanMFN is true when the SAFE carries a most-favoured-nation clause.
data[].proRatabodybooleanProRata is true when the SAFE carries pro-rata rights.
data[].publicIdbodystringPublicID is the SAFE's shareable identifier, unique within the company.
data[].stakeholderIdbodystringStakeholderID is the investor.
data[].stakeholderNamebodystringStakeholderName is that investor's name.
data[].statusbodystringStatus is the SAFE's state, e.g.
data[].typebodystringType is POST_MONEY or PRE_MONEY.
data[].valuationCapbodynumberValuationCap is the valuation cap, if any.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable safes list

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page