Zoho Subscription: You are not authorized to perform this operation
Now I am using that token to see all my orgnization using GET request to below url:
Headers:
Authorization Zoho-oauthtoken [apiauthtoken GENERATED_FROM_ABOVE_URL]
oauthscope: ZohoSubscriptions.settings.READ
It gives me below response:
{
"code": 57,
"message": "You are not authorized to perform this operation"
}
Can you help me with this?