Skip to main content
GET
/
api
/
v3
/
chargers
/
{charger_uuid}
/
connectors
/
{connector_id}
/
power-usage
Get current usage of a connector
curl --request GET \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/connectors/{connector_id}/power-usage \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": "2025-10-28T16:26:14.628Z",
  "L1": "0",
  "L2": "-",
  "L3": "-",
  "kW": "0.00"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required
connector_id
string
required

The ID of the connector.

Response

200 - application/json

Current usage of the connector

timestamp
string
Example:

"2025-10-28T16:26:14.628Z"

L1
string
Example:

"0"

L2
string
Example:

"-"

L3
string
Example:

"-"

kW
string
Example:

"0.00"