api developer account error

api developer account error

Hi, 

We try to use api at developer account

Appropriate scopes are present:

https://accounts.zoho.com/oauth/v2/auth?scope=ZohoCRM.modules.products.READ,ZohoCRM.modules.contacts.READ,ZohoCRM.modules.deals.READ,ZohoCRM.modules.deals.UPDATE,ZohoCRM.settings.layouts.READ,ZohoCRM.settings.pipeline.READ,ZohoCRM.notifications.ALL,ZohoCRM.users.READ,ZohoCRM.org.READ,ZohoCRM.composite_requests.CUSTOM&client_id=XXXX&response_type=code&access_type=offline&redirect_uri=XXX

POST query to https://developer.zohoapis.com/crm/v3/__composite_requests

{
  • "__composite_requests":
    [
    1. {
      • "uri":"/crm/v3/org",
      • "method":"GET"
      }
      ,
    2. {
      • "uri":"/crm/v3/users?type=CurrentUser",
      • "method":"GET"
      }
    ]
}

with developer account token response: 500 internal server error
{
"code": "INTERNAL_ERROR",
"details": {},
"message": "internal error occurred",
"status": "error"
}

In the same time other api functions with developer account token are working normally

Regards,
Nikolay