Create a subscription entitlement
Subscription Entitlements
Create a subscription entitlement
Creates a new entitlement for a subscription
POST
Create a subscription entitlement
Headers
The API key to access the admin API
Body
application/json
The ID of the subscription
Example:
"123e4567-e89b-12d3-a456-426614174000"
The ID of the plan
Example:
"123e4567-e89b-12d3-a456-426614174001"
The code of the entitlement
Example:
"storage_quota"
The quota value (-1 for unlimited)
Example:
1000
Response
Subscription entitlement created successfully