Features
List Features
Use when listing or searching features (e.g. catalog or entitlement setup). Returns a paginated list; supports filtering and sorting.
GET
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flexprice/flexprice/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter by feature typeValues:
BOOLEAN, METERED, STATICFilter by exact lookup key
Filter by associated meter ID (returns only METERED features)
Number of features to return per page (max 100)
Number of features to skip for pagination
Field to sort byValues:
created_at, updated_at, name, typeSort orderValues:
asc, descResponse
Array of feature objects
Total number of features matching the filter criteria
Number of features returned per page
Number of features skipped
Common Use Cases
Build a Feature Catalog
Build a Feature Catalog
List all features to display in your pricing page or admin panel:
Find Metered Features
Find Metered Features
Get all usage-based features for analytics or billing setup:
Resolve Feature by Lookup Key
Resolve Feature by Lookup Key
When implementing feature gates in your application: