Event Metering
Meter an event
Meter an event
post/v2/events
Request body
Example request
{
"transactionId": "123e4567-e89b-12d3-a456-426614174000",
"subscriberCredentialId": "The credential associated with the event. Visible on the subscriber credentials in page in the Revenium platform."
}Response
API response successfully metered
Example response
{
"object": "metering",
"label": "Metering Response",
"created": "2025-03-02T15:04:05Z",
"updated": "2025-03-02T15:04:06Z",
"id": "abc123",
"signature": "signature123"
}