Subscriptions
Get subscription entitlements
Use when checking what features or limits a subscription has (e.g. entitlement checks or feature gating). Optional feature_ids to filter.
get/subscriptions/{id}/entitlements
Path parameters
idstring required
Subscription ID
Query parameters
feature_idsstring[]
Feature IDs to filter by
Response
OK
Example response
{
"features": [
{
"feature": {
"meter": {
"created_at": "2024-03-20T15:04:05Z",
"event_name": "api_request",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "API Usage Meter",
"status": "published",
"tenant_id": "tenant123",
"updated_at": "2024-03-20T15:04:05Z"
}
}
}
]
}