curl --request GET \
--url https://app.plugchoice.com/api/v3/meters/chargee/{chargee} \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"id": 123,
"type": "<string>",
"latest_data": {
"l1": 123,
"l2": 123,
"l3": 123,
"updated_at": "<string>"
},
"power": 123,
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/meters/chargee/{chargee} \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"id": 123,
"type": "<string>",
"latest_data": {
"l1": 123,
"l2": 123,
"l3": 123,
"updated_at": "<string>"
},
"power": 123,
"created_at": "<string>",
"updated_at": "<string>"
}Finds a meter by Chargee ID or serial number and returns its details along with the latest power data. This endpoint is rate limited to 5 requests per minute.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.