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.
-
Diagnostics - Retrieves the available REST API versions. GET {{baseUrl}}/service_information
-
Diagnostics - Gets the API request logging log files. GET {{baseUrl}}/v2.1/diagnostics/request_logs?encoding={{encoding}}
-
Accounts - Gets a list of brand profiles. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands?exclude_distributor_brand={{exclude_distributor_brand}}&include_logos={{include_logos}}
-
Diagnostics - Gets a request logging log file. GET {{baseUrl}}/v2.1/diagnostics/request_logs/{{requestLogId}}
-
Diagnostics - Gets the API request logging settings. GET {{baseUrl}}/v2.1/diagnostics/settings
-
Diagnostics - Enables or disables API request logging for troubleshooting. PUT {{baseUrl}}/v2.1/diagnostics/settings
-
Accounts - Update watermark information. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/watermark
-
Accounts - Creates new accounts. POST {{baseUrl}}/v2.1/accounts?preview_billing_plan={{preview_billing_plan}}
-
Accounts - Deletes the specified account. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}
-
Accounts - Gets list of recurring and usage charges for the account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_charges?include_charges={{include_charges}}