BoldSign API

Number of APIs: 68

BoldSign is an eSignature software with an intuitive RESTful API that can be accessed using any server-side programming language. It allows you to access and build your own application that interacts with the BoldSign eSignature API.

We designed our REST API to be concise and straightforward. You can achieve any action with a single API call, and there is no need to make multiple API calls to send a single signature request.

Please refer to our API documentation for how to get started with the BoldSign API in Qodex.

For generating API key, click BoldSign Web App. To learn more about API Key, click API Key

  1. Sender Identity - ReRequest - SenderIdentity POST {{apiBaseUrl}}/v1/senderIdentities/rerequest?email=hankwhite@cubeflakes.com

  2. Contacts - Delete Contact DELETE {{apiBaseUrl}}/v1/contacts/delete?id={{contactId}}

  3. Document - Document Download GET {{apiBaseUrl}}/v1/document/download?documentId={{documentId}}

  4. Document - Document Revoke POST {{apiBaseUrl}}/v1/document/revoke?documentId={{documentId}}

  5. Branding - Brand Create POST {{apiBaseUrl}}/v1/brand/create

  6. Branding - Brand Edit POST {{apiBaseUrl}}/v1/brand/edit?brandId={{brandId}}

  7. Branding - Brand Delete DELETE {{apiBaseUrl}}/v1/brand/delete?brandId={{brandId}}

  8. Branding - Brand ResetDefault POST {{apiBaseUrl}}/v1/brand/resetdefault?brandId={{brandId}}

  9. Branding - Brand List GET {{apiBaseUrl}}/v1/brand/list

  10. Branding - Brand Get GET {{apiBaseUrl}}/v1/brand/get?brandId={{brandId}}