Skip to main content
POST
Create a new plan entitlement quota

Headers

x-admin-api-key
string
required

The API key to access the admin API

Body

application/json
planId
string
required

The unique identifier of the plan

Example:

"35374269-8fc3-43cd-adfd-038dac3da462"

entitlement
string
required

The unique identifier of the entitlement

Example:

"16d390da-222b-453f-b4fa-fd6a726309c3"

quota
number
required

The quota limit (-1 for unlimited)

Example:

10

Response

Plan entitlement quota created successfully

The response is of type object.