cURL
curl --request GET \ --url https://dev-entitlements-api.iqraa.ai/api/v1/api/v1/sub-entitlement/{subscriptionId}/{entitlementCode}/status \ --header 'x-admin-api-key: <x-admin-api-key>'
{ "usage": 123, "quota": 123, "isUnlimited": true, "remainingQuota": 123, "percentageUsed": 123, "isEntitled": true }
Retrieves detailed status information for a specific entitlement
The API key to access the admin API
ID of the subscription
Code of the entitlement
Successfully retrieved entitlement status