Autional Autional
API Reference GitHub autional.com →

GET /admin/billing/feature-gates

Return the list of enabled FeatureGates based on the current tenant's subscription plan, used by the frontend to render UI according to feature gates. Two-level determination: plan entitlements + tenant overrides.

Billing Service - Feature Gates `bearerAuth` application/json

Responses

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

Referenced Schemas

billing.FeatureGate

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

handler.featureGateResponse

FieldTypeRequiredExampleConstraintsDescription
feature_gates array of

See billing.FeatureGate

No