Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The meter ID.
Query Parameters
Start timestamp.
End timestamp.
Interval between two timestamps.
Available options:
year
, month
, week
, day
, hour
Filter by customer ID. The customer ID.
Filter by external customer ID.
If set, will first compute the quantities per customer before aggregating them using the given function. If not set, the quantities will be aggregated across all events.
Available options:
count
, sum
, max
, min
, avg
, unique
Filter by metadata key-value pairs. It uses the deepObject
style, e.g. ?metadata[key]=value
.