Verdocs - Developer Documentation
ReferenceRest APIApi docsEnvelope Documents

Download envelope document file

GET
/v2/envelope-documents/{document_id}

Path Parameters

document_id*string

The ID of the document to retrieve.

Formatuuid

Query Parameters

type*string

Return the document binary content.

Value in"file"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/envelope-documents/DOCUMENT_ID?param=value" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
"string"
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}