GET /billing/feature-gates
Get the list of feature flags for the current authenticated user's tenant, merging plan entitlements and tenant-level overrides
Billing Service - Feature Flags `bearerAuth` application/json
Referenced Schemas
billing.FeatureGate
| Field | Type | Required | Example | Constraints | Description |
description |
string |
No |
|
|
Feature description |
enabled |
boolean |
No |
|
|
Whether enabled for current tenant |
key |
string |
No |
|
|
"nhi", "mfa", "sso", "audit_export" |
name |
string |
No |
|
|
Non-Human Identities (display name) |
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
handler.featureGateResponse
| Field | Type | Required | Example | Constraints | Description |
feature_gates |
array of
See billing.FeatureGate |
No |
|
|
|