v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomer_portal
customer_meters
public
Get Customer Meter
Get a meter by ID for the authenticated customer.
Scopes: customer_portal:read customer_portal:write
get/v1/customer-portal/meters/{id}
Path parameters
idstring uuid4 required
The customer meter ID.
The customer meter ID.
Response
Successful Response
Example response
{
"customer_id": "992fae2a-2a17-4b7a-8d9e-e287cf90131b",
"meter_id": "d498a884-e2cd-4d3e-8002-f536468a8b22",
"consumed_units": 25,
"credited_units": 100,
"balance": 75
}