Hanzo
OpenapiCaptable

Sets the caller org's company name and incorporation details.

Sets the caller org's company name and incorporation details.

PUT /v1/captable/company

Addresshttps://api.hanzo.ai/v1/captable/company
MethodPUT
Operationput_captable_company
AuthAuthorization: Bearer $HANZO_API_KEY

Sets the caller org's company name and incorporation details. The name is required; the three incorporation fields are optional and each is stored as empty when omitted, so a call that sends only a name CLEARS them. The company row itself is seeded when the tenant's store first opens, so this never creates one.

Request

4 fields, body application/json (required).

FieldInTypeRequiredDescription
incorporationCountrybodyanyIncorporationCountry is the ISO country the entity is incorporated in. Optional; omitted, null or empty clears it.
incorporationStatebodyanyIncorporationState is the state or province of incorporation.
incorporationTypebodyanyIncorporationType is the entity kind, e.g.
namebodyanyName is the company's legal name.

Response

StatusBodyMeaning
200captableUpdatedok

200 body — 2 fields.

FieldInTypeAlwaysDescription
messagebodystringMessage is the human sentence the cap table wrote, e.g.
successbodybooleanSuccess is true when the update was applied.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable company replace

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page