Skip to main content
GET
/
api
/
v1
/
feature-flags
Get feature flags resolved for the calling user.
curl --request GET \
  --url https://api.rigbox.dev/api/v1/feature-flags \
  --header 'Authorization: Bearer <token>'
{
  "flags": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Feature flags for the calling user

flags
object
required

Map of feature flag names to their resolved boolean values.