Accepts a contract document for signature and starts the signature process if possible.
API key for authentication. Get your key at https://app.tomorro.com/settings/api
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
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"