cURL
curl --request GET \ --url https://api.rigbox.dev/api/feature-flags \ --header 'Authorization: Bearer <token>'
{ "flags": {} }
Get feature flags enabled for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Feature flags for the calling user
Map of feature flag names to their resolved boolean values.
Show child attributes