Download AuditTrial
GET {{apiBaseUrl}}/v1/document/downloadauditlog?documentId={{documentId}}
Returns the audit log for the completed document in PDF format for the specified document Id. This audit trail document will contain information about the different actions performed by the recipients with time stamp along with hash of the digitally signed document which can be used to determine if the signed document is modified.
When the document is created on behalf of a particular sender email, then the download audit trail operation can be performed on the same account by specifying the email in onBehalfOf.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string | The unique document id of the document. |
RESPONSES
status: OK
"Contains the audit PDF document"