Document Audit Trail
Last updated
Last updated
The main purpose of this endpoint is to enable the recovery of the activity history for a specific document. The route also provides the possibility of returning it in standard JSON format, or in PDF file format for download.
GET
https://api.zapsign.com.br/api/v1/docs/signer-log/:doc_token?download_pdf=boolean
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
string
apiToken written ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
doc_token
string
Token of the document for which you want to get the activity history
download_pdf
boolean
Value that allows you to decide the type of return that the endpoint will return.
Ex.:
download_pdf=true
or
download_pdf=false
If the value is true, the return will be a PDF file with the activity history. In case if it's false or not filled in, a list will be returned, in JSON format, with the values of each activity of the document token sent.