Insufficient permission
Resolve insufficient permission errors.
The API key is valid but does not have the permission required to perform this operation.
Review the API key’s permissions or generate a new key with the necessary scopes.
Response
All error responses follow the Problem Details (RFC 9457) format. The type, title, status, and detail fields are always present, while instance may be omitted depending on the API.
Here is an example of the response returned for this error:
{ "type": "https://croct.help/api/authentication/insufficient-permission", "title": "Insufficient permission.", "status": 403, "detail": "The provided credentials do not have the required permission to access this resource.", "instance": "/client/web/content"}