Skip to content

forbidden

HTTP status: 403 Forbidden

The token is valid but not allowed to perform this action.

  • The token’s role is below what the action requires (e.g. a Viewer attempting a write).
  • A Service Token acting outside its granted permissions.

Use a token with a sufficient role, or adjust the token’s role in the dashboard. Inspect a resource’s _actions block to see which operations your token may perform.

{
"error": "forbidden",
"message": "This action requires the Member role.",
"docs_url": "https://featureflip.io/docs/management-api/errors/forbidden"
}