Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/sdk/meter-events \ --header 'Content-Type: application/json' \ --data ' { "customerRef": "<string>", "meterName": "<string>", "properties": {}, "productRef": "<string>", "timestamp": "<string>", "value": 123 } '
{ "success": true }
Records a single usage event against a named meter.
1
Event recorded
true