This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************curl --location --request GET 'https://api.signater.com/v1/ecm/envelopes/' \
--header 'x-api-token: <api-key>'{
"id": "8b9c1173-ae8b-48ea-8224-b51386fd1395",
"createdAtUtc": "2026-04-08T00:22:44.6074712Z",
"createdById": "b8805a69-2d36-4d10-ae77-f43d124d42c0",
"createdByName": "John Doe",
"createdByAvatar": "https://example.com/avatar.jpg",
"updatedAtUtc": "2026-04-08T00:22:44.6074723Z",
"lastUpdateById": "77cdf7c1-8e3f-4e7d-a3e0-080a8855eb89",
"updatedByName": "John Doe",
"updatedByAvatar": "https://example.com/avatar.jpg",
"ownerId": "be154cc8-18cd-4fc2-8885-01e2241750ec",
"ownerName": "John Doe",
"ownerAvatar": "https://example.com/avatar.jpg",
"language": "EnUs",
"markupOrientation": "Bottom",
"status": "Published",
"hasScheduledPublish": false,
"toBePublishedAtUtc": null,
"vaultId": "047e277a-aade-4edf-a1fc-eb24a2ea2962",
"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,
"redirectUrl": null,
"documents": [
{
"id": "261b9afd-cbe9-4cd7-8267-cd0bdd5e164e",
"index": 0,
"origin": "Upload",
"name": "Example Document",
"privateDescription": "Private description",
"publicDescription": "Public description",
"originalFileSize": 0,
"pageSizes": [
{
"page": 1,
"width": 100,
"height": 100
}
]
}
],
"signers": [
{
"id": "9988dee6-4de4-4514-8e3f-53ff277d19cf",
"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": "0e48907b-f597-452a-9b5a-b119dda7f111",
"documentId": "261b9afd-cbe9-4cd7-8267-cd0bdd5e164e",
"type": "Signature",
"page": 1,
"x": 10,
"y": 10,
"rotation": 0,
"width": 0,
"height": 0,
"isRequired": false,
"schemaJson": null,
"valueJson": null
}
],
"actions": [
{
"id": "61d88bb8-9c76-476a-8300-6f02b94a773d",
"createdAtUtc": "2026-04-08T00:19:44.6074804Z",
"type": "View",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA"
},
{
"id": "a3c574a4-2f76-49a2-869d-73b0d34eafc6",
"createdAtUtc": "2026-04-08T00:19:44.607482Z",
"type": "EmailMfaRequest",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA"
}
]
}
]
}