Skip to main content
GET
Go (SDK)

Authorizations

Authorization
string
header
required

You can generate an Organization Access Token from your organization's settings.

Path Parameters

id
string<uuid4>
required

The customer meter ID.

Response

Successful Response

An active customer meter, with current consumed and credited units.

id
string<uuid4>
required

The ID of the object.

created_at
string<date-time>
required

Creation timestamp of the object.

modified_at
string<date-time> | null
required

Last modification timestamp of the object.

customer_id
string<uuid4>
required

The ID of the customer.

Example:

"992fae2a-2a17-4b7a-8d9e-e287cf90131b"

meter_id
string<uuid4>
required

The ID of the meter.

Example:

"d498a884-e2cd-4d3e-8002-f536468a8b22"

consumed_units
number
required

The number of consumed units.

Example:

25

credited_units
integer
required

The number of credited units.

Example:

100

balance
number
required

The balance of the meter, i.e. the difference between credited and consumed units.

Example:

75

customer
CustomerIndividual · object
required

The customer associated with this meter.

meter
Meter · object
required

The meter associated with this customer.