curl --request GET \
--url https://api.example.com/api/v1/features{
"data": [
{
"id": "...",
"name": "API Calls",
"lookup_key": "api_calls",
"type": "meter",
"meter_id": "...",
"plan_count": 2
}
]
}
Retrieve all features for the organization.
curl --request GET \
--url https://api.example.com/api/v1/features{
"data": [
{
"id": "...",
"name": "API Calls",
"lookup_key": "api_calls",
"type": "meter",
"meter_id": "...",
"plan_count": 2
}
]
}
{
"data": [
{
"id": "...",
"name": "API Calls",
"lookup_key": "api_calls",
"type": "meter",
"meter_id": "...",
"plan_count": 2
}
]
}
Was this page helpful?