List Customer Meters
Intent
Reads the available customer meters as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect customer meters. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries customer_meters:read.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
List customer meters.
Scopes: customer_meters:read
Authorizations
You can generate an Organization Access Token from your organization's settings.
Query Parameters
Filter by organization ID. The organization ID.
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
Filter by customer ID. The customer ID.
Filter by external customer ID.
Filter by meter ID. The meter ID.
Page number, defaults to 1.
Size of a page, defaults to 10. Maximum is 100.
Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.
created_at, -created_at, modified_at, -modified_at, customer_id, -customer_id, customer_name, -customer_name, meter_id, -meter_id, meter_name, -meter_name, consumed_units, -consumed_units, credited_units, -credited_units, balance, -balance