Raw response for the API
Status code 401
{
“error”: {
“message”: “You have insufficient permissions for this operation. Missing scopes: api.management.write. Check that you have the correct role in your organization, and if you’re using a restricted API key, that it has the necessary scopes.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}
Unable to read, got status code 401: {
│ "error": {
│ "message": "You have insufficient permissions for this operation. Missing scopes: api.organization.projects.read. Check that you have the correct role in your organization, and if you're using a restricted API key, that it has the necessary scopes.",
│ "type": "invalid_request_error",
│ "param": null,
│ "code": null
│ }
│ }
Using Admin key with full permissions. The same key was working for months before.
its very frustrating that this can be an ongoing issue for 3 days with no resolution. its not even consistent multiple endpoints still work just some dont.
Just tried again with 3 different API admin calls, trying with 2 different admin keys and yes, I still get the same error. The admin keys have all permissions (see below extracts from the page, I replaced key with XXXX obviously).
I’m using the admin key to access the following endpoint: GET to organization/invites, but I’m not receiving any response(timeout).
Could you provide an update on when this issue will be resolved?
Thank you!