DocuSign eSignature REST API

Number of APIs: 390

The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.

  1. Diagnostics - Retrieves the available REST API versions. GET {{baseUrl}}/service_information

  2. Diagnostics - Gets the API request logging log files. GET {{baseUrl}}/v2.1/diagnostics/request_logs?encoding={{encoding}}

  3. Accounts - Gets a list of brand profiles. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands?exclude_distributor_brand={{exclude_distributor_brand}}&include_logos={{include_logos}}

  4. Diagnostics - Gets a request logging log file. GET {{baseUrl}}/v2.1/diagnostics/request_logs/{{requestLogId}}

  5. Diagnostics - Gets the API request logging settings. GET {{baseUrl}}/v2.1/diagnostics/settings

  6. Diagnostics - Enables or disables API request logging for troubleshooting. PUT {{baseUrl}}/v2.1/diagnostics/settings

  7. Accounts - Update watermark information. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/watermark

  8. Accounts - Creates new accounts. POST {{baseUrl}}/v2.1/accounts?preview_billing_plan={{preview_billing_plan}}

  9. Accounts - Deletes the specified account. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}

  10. Accounts - Gets list of recurring and usage charges for the account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_charges?include_charges={{include_charges}}