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": "adc9be09-1cd6-45bb-8f0c-409045d2a923",
"createdAtUtc": "2025-12-23T00:13:38.4608475Z",
"createdById": "7eabaf93-4e4c-42f9-9f16-cab1c1ddc6b8",
"createdByName": "John Doe",
"createdByAvatar": "https://example.com/avatar.jpg",
"updatedAtUtc": "2025-12-23T00:13:38.4608485Z",
"lastUpdateById": "2458c6db-93e4-4dac-bc37-f287cf54536a",
"updatedByName": "John Doe",
"updatedByAvatar": "https://example.com/avatar.jpg",
"ownerId": "d8340446-6255-4a5e-9c1e-c86da9a8e171",
"ownerName": "John Doe",
"ownerAvatar": "https://example.com/avatar.jpg",
"language": "EnUs",
"markupOrientation": "Bottom",
"status": "Published",
"hasScheduledPublish": false,
"toBePublishedAtUtc": null,
"vaultId": "28920c24-0f56-4910-814c-abc2e3161585",
"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,
"documents": [
{
"id": "97e1b14d-6acf-4fb5-a48f-57076390fb66",
"index": 0,
"origin": "Upload",
"name": "Example Document",
"privateDescription": "Private description",
"publicDescription": "Public description",
"pageSizes": [
{
"page": 1,
"width": 100,
"height": 100
}
]
}
],
"signers": [
{
"id": "ffafa4f5-ae86-4580-bfee-f97c1ae5dec2",
"index": null,
"status": "ReadyToReview",
"hadApproved": false,
"approvedAtUtc": null,
"hadRejected": false,
"rejectedAtUtc": null,
"name": "John Doe",
"email": "john.doe@example.com",
"role": "Sign",
"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,
"signMarks": [
{
"id": "a4faf1a6-3968-4ff3-8792-de17939809b1",
"documentId": "97e1b14d-6acf-4fb5-a48f-57076390fb66",
"type": "Signature",
"page": 1,
"x": 10,
"y": 10,
"rotation": 0
}
],
"actions": [
{
"id": "e2837862-c459-4190-884d-4ebffd1faa16",
"createdAtUtc": "2025-12-23T00:10:38.4608559Z",
"type": "View",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA"
},
{
"id": "f392d0fe-2a14-4a03-a352-7f9587c85bae",
"createdAtUtc": "2025-12-23T00:10:38.460857Z",
"type": "EmailMfaRequest",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA"
}
]
}
]
}