Skip to main content

Get Feature Flags

GET 

/api/features

Returns the resolved feature-flag map for the account associated with the authenticated token. Each key is a feature name and each value is a boolean indicating whether that feature is enabled for the account. The same map is also included on GET /api/auth/profile under features; this standalone endpoint lets a client refresh feature state without re-fetching the full profile.

Authentication: Requires Bearer token.

Response fields (data):

  • granular_permissions (boolean) — granular role/permission authorization is enabled.

A feature absent from the map (or any value other than true) should be treated as disabled.

Request

Responses

OK

Response Headers
    Content-Type