This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************curl --location 'https://api.signater.com/v1/ecm/envelopes/' \
--header 'x-api-token: <api-key>'{
"id": "cf3860fd-99e7-4bc4-99e1-2fcc7a3dee90",
"createdAtUtc": "2026-07-07T02:30:41.5134022Z",
"createdById": "85cdfecc-c051-41db-af2c-3c0614185655",
"createdByName": "John Doe",
"createdByAvatar": "https://example.com/avatar.jpg",
"updatedAtUtc": "2026-07-07T02:30:41.5134031Z",
"lastUpdateById": "b89790a7-b2f5-4b52-8f61-82dd8571055f",
"updatedByName": "John Doe",
"updatedByAvatar": "https://example.com/avatar.jpg",
"ownerId": "f279b21d-383d-468d-9797-920471528ab2",
"ownerName": "John Doe",
"ownerAvatar": "https://example.com/avatar.jpg",
"language": "EnUs",
"markupOrientation": "Bottom",
"status": "Published",
"hasScheduledPublish": false,
"toBePublishedAtUtc": null,
"vaultId": "dbe58f32-7169-4816-9ebe-f9baa87b31d9",
"vaultName": "Example Vault",
"name": "Example Envelope",
"privateDescription": "Private description",
"publicDescription": "Public description",
"message": "Message",
"reviewReminder": false,
"expiresAtUtc": null,
"expirationReminder": false,
"isRemoved": false,
"removedById": null,
"removedBy": null,
"removedAtUtc": null,
"signInOrder": false,
"certifiedAtUtc": null,
"isSandbox": false,
"hasActionsBeingProcessed": false,
"isAiChatForSignersEnabled": false,
"isLtvEnabled": true,
"redirectUrl": null,
"documents": [
{
"id": "511aad64-8618-44de-a157-81a274f7b7ca",
"index": 0,
"origin": "Upload",
"name": "Example Document",
"privateDescription": "Private description",
"publicDescription": "Public description",
"originalFileSize": 0,
"pageSizes": [
{
"page": 1,
"width": 100,
"height": 100
}
]
}
],
"signers": [
{
"id": "8959ac2a-20cc-49f5-adb7-f0616517a572",
"index": null,
"status": "ReadyToReview",
"hadApproved": false,
"approvedAtUtc": null,
"hadRejected": false,
"rejectedAtUtc": null,
"name": "John Doe",
"email": "john.doe@example.com",
"title": "Title",
"passcode": "123456",
"passcodeHint": "1 to 6",
"phoneIdd": 1,
"phoneNumber": "123456789",
"documentType": "GenericIdentification",
"documentValue": "123456789",
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"shouldEnforcePasscodeValidation": true,
"shouldEnforceEmailValidation": true,
"shouldEnforceSimpleSelfieValidation": true,
"emailCommunicationMode": "Full",
"smsCommunicationMode": "Full",
"whatsAppCommunicationMode": "Full",
"signMarks": [
{
"id": "f710ffc3-4988-48fd-84a1-eedbd790c0b6",
"documentId": "511aad64-8618-44de-a157-81a274f7b7ca",
"type": "Signature",
"page": 1,
"x": 10,
"y": 10,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": false,
"schemaJson": null,
"valueJson": null
}
],
"actions": [
{
"id": "4b8ae2a3-caf7-472f-b238-2c62d33b85b1",
"createdAtUtc": "2026-07-07T02:27:41.5134093Z",
"type": "View",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA",
"signMarkId": null,
"signMarkType": null,
"signMarkSchemaJson": null,
"valueJson": null
},
{
"id": "921ab032-084b-4e6c-a464-a05bea63bb30",
"createdAtUtc": "2026-07-07T02:27:41.5134104Z",
"type": "EmailMfaRequest",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA",
"signMarkId": null,
"signMarkType": null,
"signMarkSchemaJson": null,
"valueJson": null
}
]
}
]
}