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?