API calls for Docusign

The Docusign connector makes API calls to Docusign to retrieve data.

Authentication token

The call uses the POST operation to retrieve the access token and refresh token using an authorization code.

URI: https://account.docusign.com/oauth/token

For more information, see Docusign API docs.

Account information

The call uses the GET operation to retrieve a list of accounts associated with the given authentication token.

URI: /oauth/userinfo

For more information, see Docusign API docs.

Users

The call uses the GET operation to retrieve a list of users for your specified account.

URI: /restapi/v2.1/accounts/{accountId}/users

For more information, see Docusign API docs.

License

These calls use the GET operation to retrieve license and envelope related information.

URI: to retrieve license details: /restapi/v2.1/accounts/{accountId}/billing_plan

For more information, see Docusign API docs.

URI: to retrieve envelope usage details: /restapi/v2.1/accounts/{accountId}/billing_charges

For more information, see Docusign API docs.

Envelope

The call uses the GET operation to search for all the envelopes for your given account.

URI: /restapi/v2.1/accounts/{accountId}/envelopes

For more information, see Docusign API docs.

Envelope templates

The call uses the GET operation to retrieve a list of templates for your given account.

URI: /restapi/v2.1/accounts/{accountId}/templates

For more information, see Docusign API docs.