Autional Autional
API Reference GitHub autional.com →

GET /admin/billing/feature-gates/overrides

Get all FeatureGate override configurations for the current tenant. Overrides allow enabling/disabling feature gates at the tenant level, with higher priority than plan default entitlements.

Billing Service - Feature Gates `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Feature gate override query successfulhandler.overrideResponse
400Invalid request parametersdto.SimpleResponse
401Unauthorizeddto.SimpleResponse
403No permissiondto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

domain.TenantFeatureGateOverride

FieldTypeRequiredExampleConstraintsDescription
created_at string No
enabled boolean No
gate_key string No
id string No
tenant_id string No
updated_at string No
updated_by string No

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

handler.overrideResponse

FieldTypeRequiredExampleConstraintsDescription
overrides array of

See domain.TenantFeatureGateOverride

No