Redirect URL
Redirect URL
Hello people,
First of all, I don`t know what to put in the field redirect URL. I believe it shouldn`t be the client domain, and the end point URL is not working as well. The endpoint used is
https://www.zohoapis.eu/crm/v2/Leads
.
The whole https request is:
https://accounts.zoho.com/oauth/v2/auth?scope=ZohoCRM.modules.ALL,ZohoCRM.settings.ALL&client_id={Client_ID}&response_type=code&access_type=online&redirect_uri=https://www.zohoapis.eu/crm/v2/Leads&prompt=consent
My goal is to retrieve data from zoho CRM with power bi using HTTP request.
Best Regards