Request contract signatures
Accepts a contract document for signature and starts the signature process if possible.
Authorizations
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
Path Parameters
The unique identifier (UUID) of the contract
"550e8400-e29b-41d4-a716-446655440000"
Body
Document ID to send for signature. If not provided, the last document will be used.
"123e4567-e89b-12d3-a456-426614174000"
Optional note to include with the signature request
"Please review and sign this contract"
Whether to enable signature reminders
true
Response
Contract sent for signature successfully
Unique identifier for the signature.
"sig-123"
Signature status
draft, sent, signed, canceled "sent"
List of signatories
[
{
"id": "sig-123",
"email": "john@example.com",
"type": "member",
"status": "signed",
"signedAt": "2024-01-15T10:00:00Z"
}
]Date when the signature was sent
"2024-01-15T10:00:00Z"