https://accounts.zoho.com/oauth/v2/auth?scope=ZohoBooks.fullaccess.all,ZohoCRM.modules.ALL&client_id=<client Id>&response_type=code&access_type=offline&redirect_uri= redirectURI&state=<customer state data>
Does this domain accounts.zoho.com dependent on which location the zoho account created? Like if account is created in india region that what should be the domain?
Secondly, during client "user consent" phase we make this auth call, how do we figure out the location of the zoho account?
Thanks,