- Introduction
- Concepts
- Authentication
- Webhooks
- Envelope lifecycle
- Error handling
- Contact
- Document
- Envelope
- Get envelope certificate fileGET
- Process envelope certificatePOST
- Get envelopeGET
- Update envelopePUT
- Remove envelopeDELETE
- Create envelopePOST
- List available envelope ownersGET
- Change envelope user account ownerPOST
- Rename envelopePOST
- Move envelopePOST
- Publish envelopePOST
- Unschedule envelope publicationPOST
- Hold envelopePOST
- Cancel envelopePOST
- Restore envelopePOST
- Manual reinvite to review envelopePOST
- Create signature linkGET
- Template
- Vault
Get envelope
GET
https://api.signater.com/v1/ecm/envelopes/{envelopeId}
Envelope
Last modified:2025-03-29 12:47:42
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
envelopeId
string <uuid>
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.signater.com/v1/ecm/envelopes/'
Responses
🟢200OK
application/json
Body
id
string <uuid>
optional
createdAtUtc
string <date-time>
optional
createdById
string <uuid>
optional
createdByName
string | null
optional
createdByAvatar
string | null
optional
updatedAtUtc
string <date-time>
optional
lastUpdateById
string <uuid>
optional
updatedByName
string | null
optional
updatedByAvatar
string | null
optional
ownerId
string <uuid>
optional
ownerName
string | null
optional
ownerAvatar
string | null
optional
language
enum<string>
optional
Allowed values:
EnUsPtBr
markupOrientation
enum<string>
optional
Allowed values:
NoneBottomTopLeftRight
status
enum<string>
optional
Allowed values:
DraftPublishScheduledPublishedHoldCancelledCancelledBySignerMfaErrorRejectedSignedExpired
hasScheduledPublish
boolean
optional
toBePublishedAtUtc
string <date-time> | null
optional
vaultId
string <uuid>
optional
vaultName
string | null
optional
name
string | null
optional
privateDescription
string | null
optional
publicDescription
string | null
optional
message
string | null
optional
reviewReminder
boolean
optional
expiresAtUtc
string <date-time> | null
optional
expirationReminder
boolean
optional
isRemoved
boolean
optional
removedById
string <uuid> | null
optional
removedBy
string | null
optional
removedAtUtc
string <date-time> | null
optional
signInOrder
boolean
optional
certifiedAtUtc
string <date-time> | null
optional
isSandbox
boolean
optional
hasActionsBeingProcessed
boolean
optional
documents
array[object (GetEnvelopeApiResponseDocument) {7}] | null
optional
id
string <uuid>
optional
index
integer <int32>
optional
origin
enum<string>
optional
Allowed values:
UploadTemplate
name
string | null
optional
privateDescription
string | null
optional
publicDescription
string | null
optional
pageSizes
array[object (GetEnvelopeApiResponseDocumentPageSize) {3}] | null
optional
signers
array[object (GetEnvelopeApiResponseSigner) {27}] | null
optional
id
string <uuid>
optional
index
integer <int32> | null
optional
status
enum<string>
optional
Allowed values:
NoneReadyToReviewQueuedApprovedRejectedCancelledByMfaError
hadApproved
boolean
optional
approvedAtUtc
string <date-time> | null
optional
hadRejected
boolean
optional
rejectedAtUtc
string <date-time> | null
optional
name
string | null
optional
email
string | null
optional
role
enum<string>
optional
Allowed values:
SignApproveRecognizeTestifyConfirmReceivingEndorseInBlackEndorseInWhiteConfirm
title
string | null
optional
passcode
string | null
optional
passcodeHint
string | null
optional
phoneIdd
integer <int32> | null
optional
phoneNumber
string | null
optional
documentType
enum<string>
optional
Allowed values:
GenericIdentificationBrazilianCpf
documentValue
string | null
optional
shouldEnforceSmsValidation
boolean
optional
shouldEnforceWhatsAppValidation
boolean
optional
shouldEnforcePixValidation
boolean
optional
shouldEnforceGeolocationValidation
boolean
optional
shouldAllowCustomDigitalCertificateValidation
boolean
optional
shouldEnforceCustomDigitalCertificateValidation
boolean
optional
shouldEnforcePasscodeValidation
boolean
optional
shouldEnforceEmailValidation
boolean
optional
signMarks
array[object (GetEnvelopeApiResponseSignMark) {7}] | null
optional
actions
array[object (GetEnvelopeApiResponseSignerAction) {6}] | null
optional
Example
{
"id": "cfb27af9-2a01-4b7c-8d19-452a4e4d0174",
"createdAtUtc": "2025-03-29T12:47:40.2520844Z",
"createdById": "df750b44-423a-4a9a-9704-b25ea7140615",
"createdByName": "John Doe",
"createdByAvatar": "https://example.com/avatar.jpg",
"updatedAtUtc": "2025-03-29T12:47:40.2520857Z",
"lastUpdateById": "dc7aab02-7710-436e-ac42-b976008dc3b3",
"updatedByName": "John Doe",
"updatedByAvatar": "https://example.com/avatar.jpg",
"ownerId": "993f91d5-5261-416b-a9ea-a529617b063a",
"ownerName": "John Doe",
"ownerAvatar": "https://example.com/avatar.jpg",
"language": "EnUs",
"markupOrientation": "Bottom",
"status": "Published",
"hasScheduledPublish": false,
"toBePublishedAtUtc": null,
"vaultId": "645ca872-b9ef-4636-8e3d-d4853502ab8f",
"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,
"documents": [
{
"id": "3e7c8678-5138-4ef5-a740-cac1fb5578fc",
"index": 0,
"origin": "Upload",
"name": "Example Document",
"privateDescription": "Private description",
"publicDescription": "Public description",
"pageSizes": [
{
"page": 1,
"width": 100,
"height": 100
}
]
}
],
"signers": [
{
"id": "eb21ab20-c4d5-4b9c-9539-d5662d95032d",
"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,
"shouldEnforceGeolocationValidation": true,
"shouldAllowCustomDigitalCertificateValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"shouldEnforcePasscodeValidation": true,
"shouldEnforceEmailValidation": true,
"signMarks": [
{
"id": "2fb93697-a345-439d-a0d3-7465d10be7a5",
"documentId": "3e7c8678-5138-4ef5-a740-cac1fb5578fc",
"type": "Signature",
"page": 1,
"x": 10,
"y": 10,
"rotation": 0
}
],
"actions": [
{
"id": "8a065b19-19af-4927-9f91-8d0d72261097",
"createdAtUtc": "2025-03-29T12:44:40.252096Z",
"type": "View",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA"
},
{
"id": "d26505c3-6ab1-4134-9eda-b30267a03558",
"createdAtUtc": "2025-03-29T12:44:40.2520975Z",
"type": "EmailMfaRequest",
"ip": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"location": "New York, USA"
}
]
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-03-29 12:47:42