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

  1. Confirm you are calling a public endpoint for your role.
  2. Use credentials with the required permission scope.
  3. 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"
    }
  ]
}

On this page