# `PolarExpress.Services.CustomerPortal.MetersService`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/services/customer_portal/meters_service.ex#L2)

Meters

Meters API operations.

# `get_customer_meter`

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

Get Customer Meter

Get a meter by ID for the authenticated customer.

**Scopes**: `customer_portal:read` `customer_portal:write`

See `PolarExpress.Params.CustomerPortal.MetersGetCustomerMeterParams` for parameter details.

# `list_meters`

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

List Meters

List meters of the authenticated customer.

**Scopes**: `customer_portal:read` `customer_portal:write`

See `PolarExpress.Params.CustomerPortal.MetersListMetersParams` for parameter details.

---

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