Skip to main content
GET
Get Signature Link
Part of the Onboarding Documents flow. After compliance approves all documents in a national solicitation, its status becomes waiting_signature and a contract is issued for signature (via ZapSign). Use this endpoint to get each signer’s sign_url and route the legal representatives to sign.Cross-border solicitations have no signature step — calling this endpoint for one returns 404.

Path Parameters

uuid
string
required
UUID of the solicitation (the id returned by Create Company).
  • Format: UUID
  • Example: 339074a8-1834-49c5-af94-4a044248d88d

Response

status
string
Status of the signature request. One of pending_signature, signed, expired.
signers
array
The legal representatives who must sign the contract.

Errors

Download the signed contract

To download the contract document (the original, or the signed version once available), call:
The response streams the file as a binary download (with its original file name).
cURL

Examples

Onboarding Documents Integration

Understand the full flow

Onboarding Webhook

Statuses delivered to your URL