This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"vaultId": "6ae029bb-3ccb-46f3-980e-774747454e9e",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-03-13T00:22:33.6388153Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-02-12T00:22:33.6388165Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"signers": [
{
"id": "d39d50a6-3cf9-46ed-a2fd-6b62261d6142",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": 0,
"role": "Sign",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"shouldEnforceSimpleSelfieValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"smsCommunicationMode": 0,
"whatsAppCommunicationMode": 0,
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "d3dad9e9-63b2-4dee-a3e0-a45b1bff81a5",
"type": "Rubric",
"documentId": "c76870af-93d3-4432-b53a-63b754b57ffe",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0
},
{
"id": null,
"type": "Signature",
"documentId": "c76870af-93d3-4432-b53a-63b754b57ffe",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0
}
]
}
],
"documents": [
{
"id": "c76870af-93d3-4432-b53a-63b754b57ffe",
"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": "6ae029bb-3ccb-46f3-980e-774747454e9e",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2026-03-13T00:22:33.6388153Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2026-02-12T00:22:33.6388165Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"isAiChatForSignersEnabled": true,
"signers": [
{
"id": "d39d50a6-3cf9-46ed-a2fd-6b62261d6142",
"name": "John Doe",
"email": "john.doe@example.com",
"emailCommunicationMode": 0,
"role": "Sign",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"shouldEnforceSimpleSelfieValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"smsCommunicationMode": 0,
"whatsAppCommunicationMode": 0,
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "d3dad9e9-63b2-4dee-a3e0-a45b1bff81a5",
"type": "Rubric",
"documentId": "c76870af-93d3-4432-b53a-63b754b57ffe",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0
},
{
"id": null,
"type": "Signature",
"documentId": "c76870af-93d3-4432-b53a-63b754b57ffe",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0
}
]
}
],
"documents": [
{
"id": "c76870af-93d3-4432-b53a-63b754b57ffe",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'