cURL
curl --request POST \ --url https://dev-entitlements-api.iqraa.ai/api/v1/api/v1/plan-entitlement-quota \ --header 'Content-Type: application/json' \ --header 'x-admin-api-key: <x-admin-api-key>' \ --data ' { "planId": "35374269-8fc3-43cd-adfd-038dac3da462", "entitlement": "16d390da-222b-453f-b4fa-fd6a726309c3", "quota": 10 } '
{}
Creates a new quota for a specific plan and entitlement combination
The API key to access the admin API
The unique identifier of the plan
"35374269-8fc3-43cd-adfd-038dac3da462"
The unique identifier of the entitlement
"16d390da-222b-453f-b4fa-fd6a726309c3"
The quota limit (-1 for unlimited)
10
Plan entitlement quota created successfully
The response is of type object.
object