unauthorized
HTTP status: 401 Unauthorized
The request had no valid bearer token.
Common causes
Section titled “Common causes”- Missing
Authorizationheader. - A malformed, expired, or revoked token.
- Using an Evaluation API SDK key here (the Management API needs a
ffp_/ffs_token).
How to fix
Section titled “How to fix”Send Authorization: Bearer <token> with a current Personal Access Token or Service Token. See Authentication.
Example
Section titled “Example”{ "error": "unauthorized", "message": "Missing or invalid API token.", "docs_url": "https://featureflip.io/docs/management-api/errors/unauthorized"}