Hanzo
OpenapiCaptable

Returns the caller org's share classes, in creation order.

Returns the caller org's share classes, in creation order.

GET /v1/captable/classes

Addresshttps://api.hanzo.ai/v1/captable/classes
MethodGET
Operationget_captable_classes
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's share classes, in creation order. A share class is what a certificate is issued in, and every class the company has authorized appears. The response is a bare JSON array, not an envelope.

Request

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

Response

StatusBodyMeaning
200captableShareClass[]ok

200 body — 14 fields.

FieldInTypeAlwaysDescription
[].classTypebodystringClassType is COMMON or PREFERRED.
[].companyNamebodystringCompanyName is the name of the company whose cap table this is.
[].conversionRightsbodystringConversionRights describes what the class converts into, e.g.
[].idbodystringID is the share class id.
[].idxbodyintegerIdx is the class's 1-based position within the company, in creation order.
[].initialSharesAuthorizedbodyintegerInitialSharesAuthorized is how many shares of this class are authorized.
[].liquidationPreferenceMultiplebodynumberLiquidationPreferenceMultiple is the preference multiple on liquidation.
[].namebodystringName is the class name, e.g.
[].parValuebodynumberParValue is the par value per share.
[].participationCapMultiplebodynumberParticipationCapMultiple caps participation on liquidation; 0 is uncapped.
[].prefixbodystringPrefix is the certificate prefix, CS for common and PS for preferred.
[].pricePerSharebodynumberPricePerShare is the issue price per share.
[].senioritybodyintegerSeniority orders classes in a liquidation waterfall; higher is more senior.
[].votesPerSharebodyintegerVotesPerShare is how many votes one share of this class carries.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable classes list

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page