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

Authorization
string
header
required

See the documentation for more information.

Path Parameters

chargee
string
required

The chargee.

Response

200 - application/json

The response is of type object.