# `PolarExpress.Services.CustomerMetersService`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/services/customer_meters_service.ex#L2)

CustomerMeters

CustomerMeters API operations.

# `get_customer_meter`

```elixir
@spec get_customer_meter(PolarExpress.Client.t(), String.t(), map(), keyword()) ::
  {:ok, PolarExpress.Schemas.CustomerMeter.t()}
  | {:error, PolarExpress.Error.t()}
```

Get Customer Meter

Get a customer meter by ID.

**Scopes**: `customer_meters:read`

See `PolarExpress.Params.CustomerMetersGetCustomerMeterParams` for parameter details.

# `list_customer_meters`

```elixir
@spec list_customer_meters(PolarExpress.Client.t(), map(), keyword()) ::
  {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
```

List Customer Meters

List customer meters.

**Scopes**: `customer_meters:read`

See `PolarExpress.Params.CustomerMetersListCustomerMetersParams` for parameter details.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
