Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationEnvelope documents

Get envelope document

GET
/v2/envelope-documents/{id}

Path Parameters

document_id*string

The ID of the document to retrieve.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/envelope-documents/{id}"
{
  "created_at": "string",
  "envelope_id": "string",
  "id": "string",
  "mime": "string",
  "name": "string",
  "order": 0,
  "page_sizes": "string",
  "pages": 0,
  "signed": true,
  "size": 0,
  "template_document_id": "string",
  "type": "string",
  "updated_at": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}