Autional Autional
API Reference GitHub autional.com →

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

Responses

StatusDescriptionSchema
200Feature flag list query successfulhandler.featureGateResponse
400Invalid request parametersdto.SimpleResponse
401Unauthorizeddto.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