Logs

Get document processing logs

This is used to find out what's happened to the document in the back-end of Quicklysign.
It's useful for debugging and finding out where in the process the file is.

GET /document_logs/<document_key>
This returns a list of document logs.

Get Request and response logs

This is used for debugging your api requests and getting a better understanding of what went wrong.

GET /request_response_logs?client_id=<your client id>&client_secret=<your client secret>
This returns a list of recent request longs and responds.