Articles in this section
Category / Section

How to retrieve document information using BoldSign API?

Published:
1 min read

When a sender shares a document with a signer, either the sender or the signer might want to access specific information about the document, such as the value of the form fields, signer name, signer email, etc. BoldSign offers an API that allows users to retrieve information about a document.

Here are code examples in various programming languages demonstrating how to retrieve document information using the BoldSign API:

Code snippet

curl -X 'GET' \
 'https://api.boldsign.com/v1/document/properties?documentId={Your document Id}' \
 -H 'accept: application/json' \
 -H 'X-API-KEY: {Your API Key}'

In the provided examples, make sure to replace documentId with the actual ID of the document for which you want to retrieve information. After executing the above code snippet, you will receive the desired document information using the API response.

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