I have a question regarding base URI with user and account objects in REST API.
To summarize:
- one user can have multiple account attached,
- one account is attached to one company,
- without OAuth, we can get base URI by calling API /login_information,
- with OAuth, we can get base URL by calling API /oauth/userinfo
Is it right ?
If yes, can we say that one base URI is attached to one account and will be the same for every user attached to this account ?
In addition, is it possible to get base URI by calling an endpoint dedicated to the account, and not the user ?
Thanks in advance for your answer.