// GET https://api.signatureapi.com/v1/deliverables/{deliverable_id}
// X-API-Key: key_test_...
{
"id": "del_3gGNgI0fTQ9o8Xn7epZQ8F",
"envelope_id": "4ec99c57-4430-4d73-8afd-912dcf4b5880",
"status": "generated",
"type": "standard",
"url": "https://vault.signatureapi.com/envelopes/4ec99c57-4430-4d73-8afd-912dcf4b5880/deliverables/del_3gGNgI0fTQ9o8Xn...",
"password": null,
"created_at": "2025-12-31T23:59:58.999Z",
"generated_at": "2025-12-31T23:59:59.999Z",
"timezone": "UTC",
"language": "en",
"timestamp_format": "MM/DD/YYYY HH:mm:ss"
}
Retrieves the details of a deliverable.
// GET https://api.signatureapi.com/v1/deliverables/{deliverable_id}
// X-API-Key: key_test_...
{
"id": "del_3gGNgI0fTQ9o8Xn7epZQ8F",
"envelope_id": "4ec99c57-4430-4d73-8afd-912dcf4b5880",
"status": "generated",
"type": "standard",
"url": "https://vault.signatureapi.com/envelopes/4ec99c57-4430-4d73-8afd-912dcf4b5880/deliverables/del_3gGNgI0fTQ9o8Xn...",
"password": null,
"created_at": "2025-12-31T23:59:58.999Z",
"generated_at": "2025-12-31T23:59:59.999Z",
"timezone": "UTC",
"language": "en",
"timestamp_format": "MM/DD/YYYY HH:mm:ss"
}
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_3gGNgI0fTQ9o8Xn7epZQ8F",
"envelope_id": "4ec99c57-4430-4d73-8afd-912dcf4b5880",
"status": "generated",
"type": "standard",
"url": "https://vault.signatureapi.com/envelopes/4ec99c57-4430-4d73-8afd-912dcf4b5880/deliverables/del_3gGNgI0fTQ9o8Xn...",
"password": null,
"created_at": "2025-12-31T23:59:58.999Z",
"generated_at": "2025-12-31T23:59:59.999Z",
"timezone": "UTC",
"language": "en",
"timestamp_format": "MM/DD/YYYY HH:mm:ss"
}