v1
latestOpenAPI 3.1.02026-07-265817860.8 KBfeatures
Retrieves a single feature by its ID.
Use this when you need to fetch the details of a specific feature.
post/v1/features.get
Headers
x-api-versionstring required
Request body
Example request
{
"feature_id": "api-calls"
}Response
OK
Example response
{
"id": "api-calls",
"name": "API Calls",
"type": "metered",
"consumable": true,
"archived": false,
"display": {
"singular": "API call",
"plural": "API calls"
}
}