Signature Request
Activate a Signature Request
Activates a Signature request, so it is not in draft status anymore. If the delivery_mode is not null, activating the Signature Request will trigger the notifications to Approvers/Followers/Signers.
post/signature_requests/{signatureRequestId}/activate
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
Request body
Example request
{
"sender_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c"
}Response
The Signature Request has been activated
Example response
{
"id": "89120884-d29a-4b1a-ac7b-a9e73a872795",
"name": "signature request name",
"created_at": "2024-01-18T22:59:00Z",
"activated_at": "2024-01-18T22:59:00Z",
"completed_at": "2024-01-18T22:59:00Z",
"approved_at": "2024-01-18T22:59:00Z",
"ordered_signers": true,
"ordered_approvers": true,
"timezone": "Europe/Paris",
"email_custom_note": "Please sign these documents as soon as possible.",
"expiration_date": "2024-01-18T22:59:00Z",
"signers": [
{
"signature_link_expiration_date": "2024-01-18T22:59:00Z"
}
],
"approvers": [
{
"approval_link_expiration_date": "2024-01-18T22:59:00Z"
}
],
"labels": [
{
"id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"name": "Contracts"
}
],
"branding_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"custom_experience_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"audit_trail_locale": "en",
"rejection_information": {
"approver_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"reason": "I don't agree with the terms in the document.",
"rejected_at": "2024-01-18T22:59:00Z"
},
"workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4"
}