Overview
Retrieve detailed information about a specific feature, including its type, configuration, and display settings.Endpoint
Request Body
string
required
The unique identifier of the feature to retrieve.Example:
"api-calls", "seats", "credits"Response
Returns the feature object.string
The unique identifier for this feature.
string
Human-readable name displayed in the dashboard and billing UI.
enum
Feature type:
"boolean", "metered", or "credit_system".boolean
Whether the feature is consumable.
true for features that reset periodically, false for persistent allocations.boolean
Whether the feature is archived and hidden from the dashboard.
object
Display names for the feature in billing UI and customer-facing components.
array
Credit schema mapping (only present for credit_system features).
array
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
string
Error code identifying the type of error.
string
Human-readable error message.
Common Errors
feature_not_found- No feature exists with this IDinvalid_feature_id- Feature ID format is invalid