Verdocs - Developer Documentation
ReferenceRest APIApi docsEnvelopes

Generate envelope ZIP archive

GET
/v2/envelopes/zip/{envelope_ids}

Path Parameters

envelope_ids*string

Comma-separated envelope IDs to include in the archive

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/envelopes/zip/ENVELOPE_IDS" \    -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"
}