Skip to main content
A deliverable is the final PDF generated when all recipients complete an envelope. It contains the signed documents and, depending on the type, an audit log with a certificate of completion. SignatureAPI automatically creates a deliverable when an envelope completes. You can also create additional deliverables manually using the Create Deliverable endpoint. A deliverable belongs to an envelope.

Types

SignatureAPI offers two deliverable types:
TypeDescription
Standard deliverableIncludes the signed documents and an audit log. This is the default.
Simple deliverableIncludes the signed documents only, without an audit log.

Lifecycle

A deliverable’s status tracks its progress from creation to completion. See the deliverable lifecycle for details on each status.

Attributes

// HTTP Status Code 200

{
  "id": "del_LXRDwyTeJDVrWXmjwxsAGPq",
  "name": null,
  "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
  "type": "standard",
  "status": "generated",
  "url": "https://vault.signatureapi.com/envelopes/52872f0e-b919-4d69-89cd-e7e56af00548/deliverables/del_LXRDwyTeJDVrWXmjwxsAGPq...",
  "language": "en",
  "timezone": "America/New_York",
  "timestamp_format": "MM/DD/YYYY HH:mm:ss",
  "included_documents": ["contract", "addendum"],
  "password": null,
  "created_at": "2024-01-01T00:00:00Z",
  "generated_at": "2024-01-01T00:01:00Z"
}