cURL
curl --request GET \ --url https://dev-entitlements-api.spectertech.ai/api/v1/subscription-entitlement-usage \ --header 'Content-Type: application/json' \ --data '{ "subscriptionId": "<string>", "planEntitlementQuota": "<string>", "usage": 123 }'
{ "entitled": true }
Check if a subscription is entitled to a quota.
Unique identifier of the subscription
Unique identifier of the plan entitlement quota
Usage amount to report
OK - Successful check
Indicates if the subscription is entitled to the quota