0

We create docusign account using REST API. In response we get basic account information like AccountId, Account GUId, BaseURL and etc. We save this base url & use same base url for other api transaction.

https://www.docusign.net/restapi/v2/accounts/{accountid}

Will this BaseURL remain same for this account/user or it can be change? I know we can use account/login method to identify BaseUrl, but we don't want to do this all time. Any idea base url will remain same or it can be vary?

Praveen Reddy
  • 7,295
  • 2
  • 21
  • 43
Jigar
  • 129
  • 1
  • 9

1 Answers1

0

You can obtain the baseUrl once and use it for all subsequent Api calls. But it is at your own risk as the baseUrl might change if Docusign changes the internals of the API.

See this answer for more details

Community
  • 1
  • 1
Praveen Reddy
  • 7,295
  • 2
  • 21
  • 43