I’m struggling getting an OAuto 2.0 working within my scenario. I also need to refresh the token so it can stay active without needing a to manually refresh it.
Going through the Zoho API docs, I’ve registered and app and have the Client ID/Secret:
- Client Name: AB&A Connection
- Homepage URL:
https://www.make.com - Authorized Redirect URIs:
https://www.make.com/oauth/cb/oauth2 - Client ID: ***
- Client Secret: ***
- Scopes: ZohoCRM.modules.ALL,ZohoCRM.settings.ALL
Then to Get authorization code, I am using:
https://accounts.zoho.com/oauth/v2/auth
?scope=ZohoCRM.modules.ALL,ZohoCRM.settings.ALL
&client_id=***
&response_type=code
&access_type=offline
&prompt=consent
&redirect_uri=https://www.make.com/oauth/cb/oauth2
When I insert this in the browser I get the following:
Then the response message is “Bad request” and or “Resource not found”.
I’m not sure what the issue is?
Zoho CRM account connection details:



