I'm having a problem setting up a Zap using the Zoho API. I'm currently using the Zoho analyticz API to get data and write data into tables using Power Automate Desktop but for a certain task i need to connect it to Zapier to get the last row from a table and send it by email. Using the same logic and credential i've been using in PAD gives me a an error which I'll post below. As far as i remember the scope set up in console was for all so it should be ok for a simple GET to read a row. Any idea what i'm doing wrong?
The logic for zap is - POST In Webhooks to get the Token using my credentials and then using the Token in API Request (Beta) to get the last row of data.
{"status":"failure","summary":"INVALID_OAUTHSCOPE","data":{"errorCode":8540,"errorMessage":"This API request cannot be processed using the provided token. Kindly make sure that the token was created using the required scope."}}