This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"vaultId": "062ec8d2-0f8d-4026-9ce2-b28d761ea901",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-01-12T00:13:31.5028076Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2025-12-14T00:13:31.5028097Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"signers": [
{
"id": "c76ec699-92fe-4690-8078-5784cf7d525b",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": 0,
"role": "Sign",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"smsCommunicationMode": 0,
"whatsAppCommunicationMode": 0,
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "079eae61-48b8-432b-8d9e-9e71d4c0d2b4",
"type": "Rubric",
"documentId": "23feaaf6-cddd-4204-b66e-bd8a6bbcc950",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0
},
{
"id": null,
"type": "Signature",
"documentId": "23feaaf6-cddd-4204-b66e-bd8a6bbcc950",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0
}
]
}
],
"documents": [
{
"id": "23feaaf6-cddd-4204-b66e-bd8a6bbcc950",
"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": "062ec8d2-0f8d-4026-9ce2-b28d761ea901",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-01-12T00:13:31.5028076Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2025-12-14T00:13:31.5028097Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"signers": [
{
"id": "c76ec699-92fe-4690-8078-5784cf7d525b",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": 0,
"role": "Sign",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"smsCommunicationMode": 0,
"whatsAppCommunicationMode": 0,
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "079eae61-48b8-432b-8d9e-9e71d4c0d2b4",
"type": "Rubric",
"documentId": "23feaaf6-cddd-4204-b66e-bd8a6bbcc950",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0
},
{
"id": null,
"type": "Signature",
"documentId": "23feaaf6-cddd-4204-b66e-bd8a6bbcc950",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0
}
]
}
],
"documents": [
{
"id": "23feaaf6-cddd-4204-b66e-bd8a6bbcc950",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'