Hanzo
OpenapiCaptable

Returns the caller org's stakeholders, newest first.

Returns the caller org's stakeholders, newest first. The response is a bare JSON array, not an envelope.

GET /v1/captable/stakeholders

Addresshttps://api.hanzo.ai/v1/captable/stakeholders
MethodGET
Operationget_captable_stakeholders
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's stakeholders, newest first. The response is a bare JSON array, not an envelope. Each row carries the holder's contact and address fields alongside the company's name.

Request

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

Response

StatusBodyMeaning
200captableStakeholder[]ok

200 body — 14 fields.

FieldInTypeAlwaysDescription
[].citybodystringCity is the stakeholder's city, if recorded.
[].companyNamebodystringCompanyName is the name of the company whose cap table this is.
[].countrybodystringCountry is the stakeholder's two-letter country code.
[].createdAtbodyintegerCreatedAt is when the stakeholder was added, in unix milliseconds.
[].currentRelationshipbodystringCurrentRelationship is how the stakeholder relates to the company, e.g.
[].emailbodystringEmail is the stakeholder's email, unique within the company.
[].idbodystringID is the stakeholder id.
[].institutionNamebodystringInstitutionName names the institution, when the stakeholder is one.
[].namebodystringName is the stakeholder's full name.
[].stakeholderTypebodystringStakeholderType is INDIVIDUAL or INSTITUTION.
[].statebodystringState is the stakeholder's state or province, if recorded.
[].streetAddressbodystringStreetAddress is the stakeholder's street address, if recorded.
[].taxIdbodystringTaxID is the stakeholder's tax identifier, if recorded.
[].zipcodebodystringZipcode is the stakeholder's postal code, if recorded.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable stakeholders list

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page