This endpoint creates a new entitlement by adding a feature to a plan. The feature must exist and all privileges must be valid for the feature.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Code of the existing plan.
"startup"
Entitlement payload
Feature entitlements with their privilege values. Each key is a feature code, and the value is an object containing privilege codes with their associated values.
Entitlement created
The response is of type object
.