Skip to main content
GET
Get feature flags resolved for the calling user.

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.