Amberflo · Example Payload

Metering Meter Event Example

Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

Metering Meter Event Example is an example object payload from Amberflo, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

meterApiNamecustomerIdmeterValuemeterTimeInMillisuniqueIddimensionsvalues

Example Payload

Raw ↑
{
  "meterApiName": "api-calls",
  "customerId": "customer-123456",
  "meterValue": 1.0,
  "meterTimeInMillis": 1718153645993,
  "uniqueId": "evt-a1b2c3d4",
  "dimensions": {
    "region": "us-east-1",
    "tier": "premium"
  },
  "values": {}
}