I'm always getting the error code 57
Method
GET
API
https://books.zoho.com/api/v3/organizations
this is my setting
Headers
Authorization Zoho-oauthtoken 1000.f494xxxxxxxxxxxxxxxxx
Return
{
"code": 57,
"message": "You are not authorized to perform this operation"
}
Sometimes error 57 is because the wrong server is queried.
For example, if an account is associated with
books.zoho.eubut the query url is tobooks.zoho.comit will throw the 57 error. So check for that.