Invalid scope error when using the API
Invalid scope error when using the API
Hello,
i am using the Zoho Mail API.
When i try to obtain an auth code via this link
https://accounts.zoho.com/oauth/v2/auth?scope=organization.domains,organization.accounts&client_id=<MY CLIENT ID>&response_type=code&access_type=offline&state=MYREQUESTSTATE&redirect_uri=https://brandly.co.za/integration-apps/brandly-store/mail-boxes.php
i get an error saying "
Invalid OAuth Scope
Scope does not exist.
".
But the scopes i have passed exist, i see both organization.domains and organization.accounts on the scopes list from
https://www.zoho.com/mail/help/api/using-oauth-2.html#scope
Let me know please what i'm missing, thank you