
Announcements
Hello,
I have set up a custom data connector in Microsoft Power Automate. It is a connector to retrieve Zoho CRM data.
I am pretty certain that I have entered the OAuth 2.0 authentication information correctly.
However when I test the Get request https://zohoapis.com/crm/v2/leads. I receive a 401 Invalid Token error.
I have entered the Client ID and the Client Secret.
My Authorization URL is https://accounts.zoho.com/oauth/v2/auth
and My Token URL is https://accounts.zoho.com/oauth/v2/token
Refresh URL: https://accounts.zoho.com/oauth/v2/token
I have also registered a server base client int he Zoho api console.
My Authorized Redirect URI is https://global.consent.azure-apim.net/redirect
Any insight as to what could be blocking the access token from being used by the Microsoft connector?
I suspect it might be the redirect URI. any thoughts?
Hi @fasaldiv
Generally if the error is related to redirect uri then it should be invalid redirect uri. This error is related to client id and key. For custom connectors I always try first via Postman. One Postman configuration is up and running its easy to create the custom connector in flow. Also try to generate a new client id and key.
Thanks