cURL
curl --request POST \ --url http://localhost:6900/v1/usage/record \ --header 'Content-Type: application/json' \ --data ' { "customerId": "<string>", "featureId": "<string>", "amount": 1 } '
{ "id": "<string>", "success": true }
Records a metered usage event for a customer against a feature entitlement.
Documentation IndexFetch the complete documentation index at: https://docs.revstack.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt
Use this file to discover all available pages before exploring further.
1
x > 0
Usage recorded