Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Meters > Chargee
Find a meter by Chargee ID
GET
/
api
/
v3
/
meters
/
chargee
/
{chargee}
curl --request GET \
--url https://cloud.volttime.com/api/v3/meters/chargee/{chargee} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 2,
"type": "ct_meter",
"latest_data": {
"l1": 0,
"l2": 0,
"l3": 0,
"updated_at": "-"
},
"power": "Unable to retrieve power information for this meter.",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
}
Authorizations
See the documentation for more information.
Path Parameters
The chargee.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/meters/chargee/{chargee} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 2,
"type": "ct_meter",
"latest_data": {
"l1": 0,
"l2": 0,
"l3": 0,
"updated_at": "-"
},
"power": "Unable to retrieve power information for this meter.",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
}
Assistant
Responses are generated using AI and may contain mistakes.