When trying to get Usage data from “/v1/organizations/{organizationId}/usage” REST API using API key of type “API_KEY”, I get the this error:
Error: response status is 403
{
"code": 7,
"message": "failed to check permissions to access/modify this resource: user not allowed to call method",
"details": []
}
I wonder what could be the problem, how can one get the usage data from the REST API?