Verdocs - Developer Documentation
ReferenceRest APIApi docsEnvelopes

Get envelope document page display URI

GET
/v2/envelope-documents/page-image/{document_id}/{variant}/{page}

Path Parameters

document_id*string

The ID of the document to retrieve.

Formatuuid
variant*string

The variant of the document to retrieve.

Value in"original" | "filled"
page*integer

The page number to retrieve

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/envelope-documents/page-image/DOCUMENT_ID/VARIANT/PAGE" \    -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"
}