Customer Meters
Get Customer Meter
Get a customer meter by ID.
Scopes: customer_meters:read
GET
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The customer meter ID.
Response
200
application/json
Successful Response
An active customer meter, with current consumed and credited units.
The ID of the object.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the customer.
Example:
"992fae2a-2a17-4b7a-8d9e-e287cf90131b"
The ID of the meter.
Example:
"d498a884-e2cd-4d3e-8002-f536468a8b22"
The number of consumed units.
Example:
25
The number of credited units.
Example:
100
The balance of the meter, i.e. the difference between credited and consumed units. Never goes negative.
Example:
75
The customer associated with this meter.
The meter associated with this customer.
Was this page helpful?