cURL
curl --request GET \ --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/entitlements/usage-info \ --header 'Authorization: Bearer <token>'
{ "usage": 50, "quota": 100 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved usage and quota
Current usage of the entitlement
50
Total quota for the entitlement
100