Meters
Update Meter Details
This endpoint updates the details of an existing meter. Only name and unit fields can be updated. The x-store-id header is required to ensure store association.
PATCH
Update Meter Details
Previous
List all metersThis endpoint lists all meters associated with a store identified by the `x-store-id` header. It supports pagination with `limit`, `page`, and `offset` query parameters. The response includes details such as meter name, event name, aggregation type, unit, and timestamps. This is useful for efficiently managing and analyzing data flow or consumption in specific store processes.
Next
Update Meter Details