Entitlements
Add an entitlement to a subscription
post/api/v1/subscriptions/{subscription_id}/entitlements
Path parameters
subscription_idstring MeteroidId required
Example:sub_7n42DGM5Tflk9n8mt7Fhc7
Subscription ID
Request body
Example request
{
"feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7"
}Response
Entitlement created
Example response
{
"feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
"id": "ent_7n42DGM5Tflk9n8mt7Fhc7"
}