SignatureAPI’s deliverables are tamper-proof and secured with a cryptographic seal that verifies their authenticity.
Example
Standard Deliverable Example ->
Download an example of a standard deliverable.
Deliverable Generation
You can generate a standard deliverable in two ways: automatically when the envelope is completed, or manually by using the Create Deliverable endpoint.On Envelope Completion (Automatic)
By default, SignatureAPI automatically creates a standard deliverable when you create an envelope. This deliverable is generated and sent to recipients when the envelope is completed. The deliverable inherits the envelope’s language, timezone, and timestamp format settings. You can customize these settings by including adeliverable
object when creating the envelope.
For example, if your envelope uses French but you want the deliverable’s audit log in English, specify the language in the deliverable configuration:
Create Envelope (Request)
Create Deliverable Endpoint (Manual)
You can also create a standard deliverable manually at any time after the envelope is completed using the Create Deliverable endpoint. This is useful when you need to regenerate deliverables with different settings or create additional copies for specific purposes.Create Deliverable (Request)
Customization
You can customize the standard deliverable by setting the following parameters:Language
Thelanguage
property sets the language for the audit log in the deliverable. It does not affect the language of the signed documents.
See available languages. Defaults to the envelope language.
Timezone
Thetimezone
property sets the timezone for timestamps in the audit log. It does not affect the timezone of the timestamps in the signed documents.
See available time zones. Defaults to the envelope timezone.
Timestamp Format
Thetimestamp_format
property sets the format for timestamps in the audit log. It does not affect the format of the timestamps in the signed documents.
See available timestamp formats. Defaults to the envelope timestamp format.