Hanzo
OpenapiCaptable

Returns the caller org's option grants, newest first.

Returns the caller org's option grants, newest first. Each row is joined to its grantee and its equity plan.

GET /v1/captable/options

Addresshttps://api.hanzo.ai/v1/captable/options
MethodGET
Operationget_captable_options
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's option grants, newest first. Each row is joined to its grantee and its equity plan. Grants that are EXERCISED, EXPIRED or CANCELLED are listed here but do not dilute the cap table.

Request

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

Response

StatusBodyMeaning
200captableOptionsok

200 body — 15 fields.

FieldInTypeAlwaysDescription
databodycaptableOption[]Data is every option grant, newest first.
data[].cliffYearsbodyintegerCliffYears is how many years before any of the grant vests.
data[].equityPlanIdbodystringEquityPlanID is the plan the grant draws from.
data[].equityPlanNamebodystringEquityPlanName is that plan's name.
data[].exercisePricebodynumberExercisePrice is the strike price per share.
data[].expirationDatebodystringExpirationDate is the ISO date the grant expires.
data[].grantIdbodystringGrantID is the grant number, unique within the company.
data[].idbodystringID is the option id.
data[].issueDatebodystringIssueDate is the ISO date the grant was issued.
data[].quantitybodyintegerQuantity is how many shares the grant covers.
data[].stakeholderIdbodystringStakeholderID is the grantee.
data[].stakeholderNamebodystringStakeholderName is that grantee's name.
data[].statusbodystringStatus is the grant's state, e.g.
data[].typebodystringType is the grant kind, ISO or NSO.
data[].vestingYearsbodyintegerVestingYears is the total vesting period in years.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable options list

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page