cURL
curl --request POST \ --url https://dev-entitlements-api.spectertech.ai/api/v1/subscription-entitlement-usage/report \ --header 'Content-Type: application/json' \ --data '{ "subscriptionId": "<string>", "planEntitlementQuota": "<string>", "usage": 123 }'
{ "message": "<string>" }
Report the usage of a specific entitlement for a given subscription.
Unique identifier of the subscription
Unique identifier of the plan entitlement quota
Usage amount to report
OK - Successful usage report
Confirmation message of the usage report