Create Audit Trail Record
This document contains details for the PUT /api/v1/audittrail/envelope/{uuid} endpoint, including the request method, path parameter, and response status codes.
Last updated
Was this helpful?
This document contains details for the PUT /api/v1/audittrail/envelope/{uuid} endpoint, including the request method, path parameter, and response status codes.
URL
/api/v1/audittrail/envelope/{uuid}
Authorization
Bearer {token}
Content-Type
application/json
Use this endpoint to create an audit trail record for an envelope. Pass the envelope UUID in the request path.
uuid
string
Yes
Envelope UUID
Send a PUT request for the target envelope.
Create the audit trail record for that envelope.
Use the related audit trail endpoints to read or export it.
200
Success
400
Bad request
401
Not authorized
403
No access to mailbox
404
Envelope not found
422
Invalid request value
Last updated
Was this helpful?
Was this helpful?
