This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"vaultId": "e5f68417-30eb-4842-8e5d-2eceb5566754",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-09-08T01:11:28.7285682Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-08-10T01:11:28.7286042Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"isLtvEnabled": true,
"redirectUrl": "https://example.com/callback",
"jurisdictionCountryCode": "BR",
"signers": [
{
"id": "bcab0dab-ff27-4079-8153-d1061040f958",
"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": "bd330ccb-080d-4874-b8b9-e23f2ff11cdd",
"type": "Rubric",
"documentId": "3bb81f6a-cd09-487e-9c74-31397c7ea4f1",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "3bb81f6a-cd09-487e-9c74-31397c7ea4f1",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "3bb81f6a-cd09-487e-9c74-31397c7ea4f1",
"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": "e5f68417-30eb-4842-8e5d-2eceb5566754",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-09-08T01:11:28.7285682Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-08-10T01:11:28.7286042Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"isLtvEnabled": true,
"redirectUrl": "https://example.com/callback",
"jurisdictionCountryCode": "BR",
"signers": [
{
"id": "bcab0dab-ff27-4079-8153-d1061040f958",
"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": "bd330ccb-080d-4874-b8b9-e23f2ff11cdd",
"type": "Rubric",
"documentId": "3bb81f6a-cd09-487e-9c74-31397c7ea4f1",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "3bb81f6a-cd09-487e-9c74-31397c7ea4f1",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "3bb81f6a-cd09-487e-9c74-31397c7ea4f1",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'