Export Envelope Audit Trail PDF File
This document contains details for the GET /api/v1/audittrail/pdf/{uuid} endpoint, including the request method, path parameter, and response status codes.
Last updated
Was this helpful?
This document contains details for the GET /api/v1/audittrail/pdf/{uuid} endpoint, including the request method, path parameter, and response status codes.
URL
/api/v1/audittrail/pdf/{uuid}
Authorization
Bearer {token}
Content-Type
application/json
Use this endpoint when you need a downloadable PDF version of the audit trail. Export the PDF to archive the envelope history, share it outside the API, or keep a human-readable compliance record.
uuid
string
Yes
Envelope UUID
Pass the envelope UUID in the request path.
Send a GET request.
Download the generated PDF file from the response body.
The response body contains a PDF file, not a JSON object.
Use Get Envelope Audit Trail when you need the audit trail data in API form.
200
Success
401
Not authorized
403
No access to mailbox
404
Envelope not found
Last updated
Was this helpful?
Was this helpful?
