v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Document

Get a Document

Retrieves a given Document.

get/signature_requests/{signatureRequestId}/documents/{documentId}

Path parameters

signatureRequestIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Signature Request Id

documentIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Document Id

Response

OK

idstring uuid required
filenamestring required
nature'attachment' | 'signable_document' required
content_typestring required
sha256string required

Sha256 checksum

is_protectedboolean required
is_signedboolean required
created_atstring date-time required
total_pagesinteger nullable required

Number of pages for signable document

is_lockedboolean required

If protected by password and not yet unlocked

total_anchorsinteger required

Number of parsed anchors from the document.

excluded_approversstring[] required

List of Approver IDs who cannot see this Document.

excluded_signersstring[] required

List of Signer IDs who cannot see this Document.

Example response

{
  "id": "89120884-d29a-4b1a-ac7b-a9e73a872796",
  "content_type": "application/pdf",
  "created_at": "2024-01-18T22:59:00Z"
}