Hi.
I'm trying to fetch record related data from custom related list (a function) using Zoho API as described here
My request:
GET /crm/v6/Campaigns/my_campaign_id/Members
Members is a API name of my custom list
However I get an error
{"code":"OAUTH_SCOPE_MISMATCH","details":{},"message":"invalid oauth scope to access this URL","status":"error"}
Which oAuth scope should I ask for such requests? I tried many, but without any success. Currently I use:
- ZohoCRM.functions.execute.READ
- ZohoCRM.settings.ALL
- ZohoCRM.modules.ALL
- ZohoCRM.org.READ
- ZohoCRM.users.READ
Thanks.