Get a list of all events.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter events by customer ID
Filter events by event name. If both event_name and meter_id are provided, they must match the meter's configured event_name
Filter events by meter ID. When provided, only events that match the meter's event_name and filter criteria will be returned
Number of events to return per page (default: 10)
x >= 0
Page number (0-based, default: 0)
x >= 0
Filter events created after this timestamp
Filter events created before this timestamp
Events retrieved successfully
The response is of type object
.