Error Reference
UNAUTHORIZED
You are authenticated but do not have permission for this operation.
This error means your identity is valid but lacks required access.
Typical causes
- You attempted an internal/admin-only endpoint
- Your token does not include required privileges
- An environment-specific access key check failed
How to fix
- Confirm you are calling a public endpoint for your role.
- Use credentials with the required permission scope.
- Re-check any required integration headers.
Example
{
"errors": [
{
"message": "Invalid 'x-12core-key' header value in request",
"code": "UNAUTHORIZED",
"documentation": "https://developers.rad.live/docs/errors/unauthorized"
}
]
}