Get request status or signed document
This article describes how to use the PDF Signing API to get the status for a specific signing request and to fetch the actual PDF document.
Get information for specific request
To get information for one specific request, use the method GET /request/{id}
.
Get information for all requests
To get information for all requests created by the current client ID, use the method GET /request
.