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

Path Parameters

id
string
required

Unique plan entitlement quota ID

Response

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