v1

latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KB
Products
Entitlements

List product entitlements

get/api/v1/products/{product_id}/entitlements

Path parameters

product_idstring MeteroidId required
Example:prd_7n42DGM5Tflk9n8mt7Fhc7

Product ID

Response

List entitlements for this product

Example response

{
  "data": [
    {
      "feature": {
        "id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
        "product": {
          "id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
        }
      },
      "value": {
        "metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
      }
    }
  ]
}