v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-09-23254688.8 KB
document

Get signing document status

Faster short query for a document status

get/status/{docId}/

Path parameters

docIdstring required

ID of document

Response

operation successful

archivedboolean
resource_uristring
status4 | 5 | 10 | 15 | 20 | 30 | 35 | 39 | 40 | 50 | 60

Signer status options:

  • 4 - unsent
  • 5 - scheduled to be sent
  • 10 - sent
  • 15 - email opened
  • 20 - visited
  • 30 - fields complete
  • 35 - fields complete ex signature
  • 39 - waiting for witness to complete
  • 40 - signed
  • 50 - downloaded
  • 60 - rejected
download_finalboolean
tagstring
tag1string
tag2string

Example response

{
  "archived": false,
  "download_final": false,
  "resource_uri": "/api/v1/status/f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0/",
  "status": 10,
  "tag": "contract2020",
  "tag1": "userRef",
  "tag2": "otherRef"
}