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.
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
}