1

Is there any way to locate a DocuSign account using the accountName property (and not the account Id)? The REST API only has a method to get account info by Id.

1 Answers1

2

No you can not get account info based on the account name, only the accountId. The accountId is part of the URL that you use in the REST request and the equivalent does not exist for account names unfortunately. If you want to do it by account name what you can do is create a simple lookup table that links account names to account Ids, and based on the account name use its corresponding accountId for the request.

For reference, this is the request that is currently supported

Ergin
  • 9,254
  • 1
  • 19
  • 28