Skip to main content

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

The call uses the GET operation to retrieve the billing plan information for the specified account, including the currency code, for the plan.

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

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 .