Amberflo · Example Payload

Metering Usage Query Request Example

Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

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

Top-level fields

meterApiNamestartTimeInSecondsendTimeInSecondsaggregationtimeGroupingIntervalgroupBycustomerFilterfilter

Example Payload

Raw ↑
{
  "meterApiName": "api-calls",
  "startTimeInSeconds": 1718100000,
  "endTimeInSeconds": 1718186400,
  "aggregation": "SUM",
  "timeGroupingInterval": "DAY",
  "groupBy": [
    "customerId"
  ],
  "customerFilter": [
    "sample-value"
  ],
  "filter": {}
}