Hanzo
OpenapiCaptable

Closes one of the caller org's fundraising rounds, recording the close date and…

Closes one of the caller org's fundraising rounds, recording the close date and moving its status to CLOSED.

POST /v1/captable/rounds/{id}/close

Addresshttps://api.hanzo.ai/v1/captable/rounds/{id}/close
MethodPOST
Operationpost_captable_rounds_by_id_close
AuthAuthorization: Bearer $HANZO_API_KEY

Closes one of the caller org's fundraising rounds, recording the close date and moving its status to CLOSED. Only an OPEN round can be closed: a round that is already closed — like an id this org does not hold — is not found. Closing a round does not change what was invested in it.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
idpathstringyesID is the round to close. It is the path segment: the URL is the addressing authority, and the org it is resolved in comes from the caller's principal, so an…
closeDatebodyanyCloseDate is the date to record the round as closed on. Optional: omitted, null or empty records TODAY.
idbodystringID is the round to close. It is the path segment: the URL is the addressing authority, and the org it is resolved in comes from the caller's principal, so an…

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 rounds close <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page