Hanzo
OpenapiCompany

Raises an e-signature request over documents already in the org's data room — a…

Raises an e-signature request over documents already in the org's data room — a SAFE, a convertible note, or any other fundraising paper.

POST /v1/company/fundraise/safe

Addresshttps://api.hanzo.ai/v1/company/fundraise/safe
MethodPOST
Operationpost_company_fundraise_safe
AuthAuthorization: Bearer $HANZO_API_KEY

Raises an e-signature request over documents already in the org's data room — a SAFE, a convertible note, or any other fundraising paper. Available only after incorporation (stage company).

Request

4 fields, body application/json (required).

FieldInTypeRequiredDescription
documentIdsbodystring[]DocumentIDs are data room document ids to raise a signature request over.
signersbodySigner[]Signers are the recipients, each a name and an email.
signers[].emailbodystringEmail is the address the signature request is sent to.
signers[].namebodystringName is the recipient's name, as it appears on the signature request.

Response

StatusBodyMeaning
201safeOutcreated

201 body — 2 fields.

FieldInTypeAlwaysDescription
esignRefbodystringEsignRef is the provider's reference for the signature request.
providerbodystringProvider is the wired e-signature provider's name.

Failure carries the platform error shape — see Errors.

Examples

hanzo company fundraise safe

Company API · All Hanzo APIs · Interactive reference

How is this guide?

On this page