Path Parameters
The unique identifier of the envelope.
Body Parameters
Show Standard Deliverable
Show Standard Deliverable
The Standard Deliverable includes the signed documents along with an audit log. If you just need the signed documents, use the Simple Deliverable instead.
The type of the deliverable.Available options are
standard
and simple
. The default is standard
.standard
: Includes all documents and an audit logsimple
: Includes only the documents without an audit log
standard
.The language for the deliverable. This setting determines the language of system-generated text and additional documents, such as the audit log. It does not affect the language of the signed documents.Refer to the list of available languages. By default, the language is set to match the language specified in the envelope.
The time zone for the deliverable. This setting determines the time zone used in system-generated documents, such as the audit log. It does not affect the times shown inside the signed documents.Refer to the list of available time zones. By default, the time zone matches the time zone specified in the envelope.
The timestamp format for the deliverable. This setting determines the format of timestamps used in system-generated documents, such as the audit log. It does not affect the timestamps shown inside the signed documents.Refer to the list of available timestamp formats. By default, the timestamp format matches the timestamp format specified in the envelope.
The password used to encrypt the deliverable. Recipients must enter this password to access the downloaded file.Password requirements:
- Between 4 and 32 characters
- Letters and numbers only (no special characters or spaces)
********
).Password protection is available upon request. Contact support to enable this feature.
Show Simple Deliverable
Show Simple Deliverable
The Simple Deliverable includes only the signed documents without an audit log. If you need an audit log, use the Standard Deliverable instead.
The type of the deliverable.Available options are
standard
and simple
. The default is standard
.standard
: Includes all documents and an audit logsimple
: Includes only the documents without an audit log
simple
.The password used to encrypt the deliverable. Recipients must enter this password to access the downloaded file.Password requirements:
- Between 4 and 32 characters
- Letters and numbers only (no special characters or spaces)
********
).Password protection is available upon request. Contact support to enable this feature.
Returns
Returns a201 Created
status code along with a deliverable object after successful creation, or an error otherwise.
Copy
Ask AI
// POST https://api.signatureapi.com/v1/envelopes/{envelope_id}/deliverables
// X-API-Key: key_test_...
// Content-Type: application/json
{
"type": "standard",
"language": "en",
"timezone": "UTC",
"timestamp_format": "MM/DD/YYYY HH:mm:ss"
}
Copy
Ask AI
{
"id": "del_3gGNgIxxxxo8Xn7epZQ8F",
"envelope_id": "4ec99c57-4430-4d73-8afd-912dcf4b5880",
"status": "processing",
"type": "standard",
"url": null,
"password": null,
"timezone": "UTC",
"language": "en",
"timestamp_format": "MM/DD/YYYY hh:mm:ss",
"created_at": "2025-12-31T23:59:59.999Z",
"generated_at": null,
}