Articles in this section
Category / Section

How to track the documents based on the status using BoldSign API?

Published:
1 min read

If you need to monitor documents based on their status, BoldSign provides a List API that allows you to retrieve a list of documents based on their status. BoldSign offers various statuses to classify the progress of a document. These statuses include:

  • Waiting for me - The document sent to you is pending, and you still need to sign it.
  • Waiting for others - The document has been sent to multiple recipients for review and signature, and one or more still needs to sign the document.
  • Needs attention - Documents that failed to deliver because of an invalid email address and require further attention or action.
  • Completed - All the recipients have completed the signing process.
  • Declined - One or more document recipients have chosen not to sign it.
  • Revoked - The document’s sender has chosen to recall or cancel it.
  • Expired - The signer didn’t sign the document before the deadline.

Here are code examples in various programming languages demonstrating how to use the API:

Code snippet

curl -X 'GET' \ 'https://api.boldsign.com/v1/document/list?PageSize=10&Page=1&Status={Status of the document}' \
    -H 'accept: application/json' \
    -H 'X-API-KEY: {your-api-key}' 

In the provided examples, replace Status with the specific status you want to track documents for. After executing the relevant code snippet, you’ll retrieve information about documents based on the specified status.

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Access denied
Access denied