curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/connectors/{connector_id}/power-usage \
--header 'Authorization: Bearer <token>'{
"timestamp": "<string>",
"L1": "<string>",
"L2": "<string>",
"L3": "<string>",
"kW": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/connectors/{connector_id}/power-usage \
--header 'Authorization: Bearer <token>'{
"timestamp": "<string>",
"L1": "<string>",
"L2": "<string>",
"L3": "<string>",
"kW": "<string>"
}Returns the current real-time power usage for a specific connector. Data is retrieved from live measurements.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.
- if not available.- if not available.- if not available.