GET
/
v1
/
deliverables
/
{deliverable_id}
// GET https://api.signatureapi.com/v1/deliverables/{deliverable_id}
// X-API-Key: key_test_...
{
  "id": "del_1T7If8GgrTOf7zBVPaJf2e",
  "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
  "status": "generated",
  "type": "audit_log",
  "language": "en",
  "timezone": "America/New_York",
  "timestamp_format": "MM/DD/YYYY HH:mm:ss",
  "url": "https://s3.us-east-2.amazonaws.com/signatureapi-vault-dev/envelopes/52872f0e..."
}

Path Parameters

deliverable_id
string
required

Returns

Returns a 200 OK status code along with a deliverable object if successful, or an error otherwise.
// GET https://api.signatureapi.com/v1/deliverables/{deliverable_id}
// X-API-Key: key_test_...
{
  "id": "del_1T7If8GgrTOf7zBVPaJf2e",
  "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
  "status": "generated",
  "type": "audit_log",
  "language": "en",
  "timezone": "America/New_York",
  "timestamp_format": "MM/DD/YYYY HH:mm:ss",
  "url": "https://s3.us-east-2.amazonaws.com/signatureapi-vault-dev/envelopes/52872f0e..."
}