Insufficient permission

Resolve insufficient permission errors.

An insufficient permission error indicates that 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, which defines the type, title, status, detail, and instance fields.

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"}