Entitlements
Create a feature
post/api/v1/features
Request body
Example request
{
"entitlement": {
"entity": {
"id": "feat_7n42DGM5Tflk9n8mt7Fhc7"
}
},
"feature_type": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
},
"product_id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
}Response
Feature created
Example response
{
"entitlement": {
"feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
"id": "ent_7n42DGM5Tflk9n8mt7Fhc7"
},
"feature_type": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
},
"id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
"product": {
"id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
}
}