Entitlements

List entitlements that target a feature across all entities

get/api/v1/features/{feature_id}/entitlements

Path parameters

feature_idstring MeteroidId required
Example:feat_7n42DGM5Tflk9n8mt7Fhc7

Feature ID

Response

Entitlements that target this feature

Example response

{
  "data": [
    {
      "feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
      "id": "ent_7n42DGM5Tflk9n8mt7Fhc7"
    }
  ]
}

Changes