This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"vaultId": "3ceb5d5e-cc97-4583-aabc-1488d014bf86",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-08-21T02:01:20.7158295Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-07-23T02:01:20.7158312Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"isLtvEnabled": true,
"redirectUrl": "https://example.com/callback",
"jurisdictionCountryCode": "BR",
"signers": [
{
"id": "47cf2da4-d62d-4914-82eb-851fae79efcf",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": "Full",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"shouldEnforceSimpleSelfieValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"smsCommunicationMode": "Full",
"whatsAppCommunicationMode": "Full",
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "6a59d341-4e54-435e-9be1-32db55902ce3",
"type": "Rubric",
"documentId": "0cb236e7-1ba7-4e20-9647-7823d7f3c7b7",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "0cb236e7-1ba7-4e20-9647-7823d7f3c7b7",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "0cb236e7-1ba7-4e20-9647-7823d7f3c7b7",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}curl --location --request PUT 'https://api.signater.com/v1/ecm/envelopes/' \
--header 'x-api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vaultId": "3ceb5d5e-cc97-4583-aabc-1488d014bf86",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-08-21T02:01:20.7158295Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-07-23T02:01:20.7158312Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"isLtvEnabled": true,
"redirectUrl": "https://example.com/callback",
"jurisdictionCountryCode": "BR",
"signers": [
{
"id": "47cf2da4-d62d-4914-82eb-851fae79efcf",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": "Full",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"shouldEnforceSimpleSelfieValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"smsCommunicationMode": "Full",
"whatsAppCommunicationMode": "Full",
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "6a59d341-4e54-435e-9be1-32db55902ce3",
"type": "Rubric",
"documentId": "0cb236e7-1ba7-4e20-9647-7823d7f3c7b7",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "0cb236e7-1ba7-4e20-9647-7823d7f3c7b7",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "0cb236e7-1ba7-4e20-9647-7823d7f3c7b7",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'