Overview
Retrieve detailed information about a specific feature, including its type, configuration, and display settings.Endpoint
Request Body
The unique identifier of the feature to retrieve.Example:
"api-calls", "seats", "credits"Response
Returns the feature object.The unique identifier for this feature.
Human-readable name displayed in the dashboard and billing UI.
Feature type:
"boolean", "metered", or "credit_system".Whether the feature is consumable.
true for features that reset periodically, false for persistent allocations.Whether the feature is archived and hidden from the dashboard.
Display names for the feature in billing UI and customer-facing components.
Credit schema mapping (only present for credit_system features).
Event names that trigger this feature’s balance.
Examples
Get Metered Feature
Request
Response
Get Credit System Feature
Request
Response
Get Boolean Feature
Request
Response
Use Cases
Feature Validation
Verify a feature exists and retrieve its configuration before using it in
/track or /check calls.Dashboard Display
Fetch feature details to display in your admin dashboard or customer portal.
Configuration Sync
Keep your local feature definitions in sync with your Autumn configuration.
Pricing Display
Retrieve feature names and display settings to show in pricing tables.
Error Responses
Error code identifying the type of error.
Human-readable error message.
Common Errors
feature_not_found- No feature exists with this IDinvalid_feature_id- Feature ID format is invalid