POST /internal/billing/feature-gates/check
Internal service call: Query the two-layer FeatureGate evaluation result (Plan Entitlement + Tenant Override), return the final effective value
Billing Service - Feature Flags None application/json
Responses
| Status | Description | Schema |
| 200 | Feature flag check result | handler.featureGateCheckResult |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 500 | Internal server error | object |
Referenced Schemas
handler.featureGateCheckResult
| Field | Type | Required | Example | Constraints | Description |
effective |
boolean |
No |
|
|
|
gate_key |
string |
No |
|
|
|
plan_entitled |
boolean |
No |
|
|
|
tenant_override |
boolean |
No |
|
|
|