Download documents for an eSignature transaction
This endpoint returns a ZIP file of documents associated with a specific eSignature transaction. The documents can be of all types, completed documents, or the original documents. Authorization (HTTP bearer token) is required.
| Path Parameters |
|---|
id string — REQUIREDThe unique identifier of the eSignature transaction. |
| Query Parameters |
|---|
type string — REQUIREDPossible values: [ The type of documents to be retrieved: 'all', 'completed', or 'original'. Example: all |
| Responses | ||
|---|---|---|
200The ZIP file containing the requested documents has been successfully generated.
|