This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"vaultId": "06b9aeee-d409-44a5-8942-4f3cf7b11d85",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-04-22T00:20:19.280165Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-03-24T00:20:19.2801657Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"signers": [
{
"id": "e5a3d2e8-3f44-4e39-91b4-c89b4118e382",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": "Full",
"role": "Sign",
"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": "93589dcb-526b-49b9-85d8-8655b15d52be",
"type": "Rubric",
"documentId": "f7a4b509-84a1-49a8-8733-86f050b87743",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": null,
"height": null,
"scale": null,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "f7a4b509-84a1-49a8-8733-86f050b87743",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": null,
"height": null,
"scale": null,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "f7a4b509-84a1-49a8-8733-86f050b87743",
"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": "06b9aeee-d409-44a5-8942-4f3cf7b11d85",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-04-22T00:20:19.280165Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-03-24T00:20:19.2801657Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"signers": [
{
"id": "e5a3d2e8-3f44-4e39-91b4-c89b4118e382",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": "Full",
"role": "Sign",
"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": "93589dcb-526b-49b9-85d8-8655b15d52be",
"type": "Rubric",
"documentId": "f7a4b509-84a1-49a8-8733-86f050b87743",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0,
"width": null,
"height": null,
"scale": null,
"isRequired": true,
"schemaJson": null
},
{
"id": null,
"type": "Signature",
"documentId": "f7a4b509-84a1-49a8-8733-86f050b87743",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0,
"width": null,
"height": null,
"scale": null,
"isRequired": true,
"schemaJson": null
}
]
}
],
"documents": [
{
"id": "f7a4b509-84a1-49a8-8733-86f050b87743",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'