cURL
curl --request POST \ --url https://api.example.com/api/v1/plans/{plan_id}/features \ --header 'Content-Type: application/json' \ --data ' { "feature_id": "<string>", "is_enabled": true, "usage_limit": 123, "usage_reset_period": "<string>", "is_soft_limit": true, "static_value": "<string>" } '
{ "id": "...", "plan_id": "...", "feature_id": "...", "feature_type": "meter", "is_enabled": true, "usage_limit": 10000, "usage_reset_period": "month", "is_soft_limit": false, "static_value": null }
Attach a feature to a plan with entitlement configuration.
day
week
month
year
Was this page helpful?