v1
latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KBPlans
Entitlements
List plan version entitlements
get/api/v1/plan-versions/{plan_version_id}/entitlements
Path parameters
plan_version_idstring MeteroidId required
Example:plv_7n42DGM5Tflk9n8mt7Fhc7
Plan version ID
Response
Resolved entitlements for this plan version
Example response
{
"data": [
{
"feature": {
"id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
"product": {
"id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
}
},
"value": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
}
}
]
}