Skip to content

unauthorized

HTTP status: 401 Unauthorized

The request had no valid bearer token.

  • Missing Authorization header.
  • A malformed, expired, or revoked token.
  • Using an Evaluation API SDK key here (the Management API needs a ffp_/ffs_ token).

Send Authorization: Bearer <token> with a current Personal Access Token or Service Token. See Authentication.

{
"error": "unauthorized",
"message": "Missing or invalid API token.",
"docs_url": "https://featureflip.io/docs/management-api/errors/unauthorized"
}