curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/meter \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"id": 123,
"type": "<string>",
"latest_data": {
"l1": 123,
"l2": 123,
"l3": 123,
"updated_at": "<string>"
},
"power": {
"total": 123,
"l1": 123,
"l2": 123,
"l3": 123
},
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/meter \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"id": 123,
"type": "<string>",
"latest_data": {
"l1": 123,
"l2": 123,
"l3": 123,
"updated_at": "<string>"
},
"power": {
"total": 123,
"l1": 123,
"l2": 123,
"l3": 123
},
"created_at": "<string>",
"updated_at": "<string>"
}Returns the meter readings for the specified group. Returns aDocumentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
404 error if no meter is attached to the group.