Skip to main content
GET
/
plan-entitlement-quota
Get All Plan Entitlement Quotas
curl --request GET \
  --url https://dev-entitlements-api.spectertech.ai/api/v1/plan-entitlement-quota
[
  {
    "id": "<string>",
    "planId": "<string>",
    "entitlement": "<string>",
    "quota": 123
  }
]

Response

200 - application/json

OK - Successful response

id
string

Unique identifier of the plan entitlement quota

planId
string

Unique identifier of the plan

entitlement
string

Unique identifier of the entitlement

quota
number

Quota for the entitlement in the plan

I