This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"vaultId": "2e163e57-5bb3-4586-9782-e3a245d43b66",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-07-24T02:40:28.5734588Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-06-25T02:40:28.5734603Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"redirectUrl": "https://example.com/callback",
"signers": [
{
"id": "232bfe6d-6833-4036-aec2-2c6a1691c661",
"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": "1c703321-6ffe-4c64-9bc0-9312c6628d13",
"type": "Rubric",
"documentId": "28d4504a-3366-4c1b-82c4-f3414e97181e",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "28d4504a-3366-4c1b-82c4-f3414e97181e",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "28d4504a-3366-4c1b-82c4-f3414e97181e",
"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": "2e163e57-5bb3-4586-9782-e3a245d43b66",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-07-24T02:40:28.5734588Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-06-25T02:40:28.5734603Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"redirectUrl": "https://example.com/callback",
"signers": [
{
"id": "232bfe6d-6833-4036-aec2-2c6a1691c661",
"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": "1c703321-6ffe-4c64-9bc0-9312c6628d13",
"type": "Rubric",
"documentId": "28d4504a-3366-4c1b-82c4-f3414e97181e",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "28d4504a-3366-4c1b-82c4-f3414e97181e",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "28d4504a-3366-4c1b-82c4-f3414e97181e",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'