Finds a meter by Chargee ID (temp_chargee_id) or serial number. The identifier is matched against both fields for backwards compatibility.
cURL
curl --request GET \ --url https://app.plugchoice.com/api/v3/meters/chargee/{chargee} \ --header 'Authorization: Bearer <token>'
{ "data": { "uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4", "id": 1, "type": "chargee", "latest_data": { "l1": 0, "l2": 0, "l3": 0, "updated_at": "-" }, "power": { "error": "Failed to authenticate with Chargee API" }, "created_at": "2026-01-10T01:14:33.000000Z", "updated_at": "2026-01-10T01:14:33.000000Z" } }
See the documentation for more information.
The chargee.
Show child attributes
Was this page helpful?