Get Account Feature Flags

View as MarkdownOpen in Claude

Get feature flag states for an account (defaults + overrides).

Authentication

AuthorizationBearer

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

Path parameters

account_idstringRequired

Response

Successful Response
flag_idstring
flag_namestring
flag_slugstring
default_enabledboolean
effective_enabledboolean
flag_descriptionstring or null
override_enabledboolean or null

Errors