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

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.