GET
/
api
/
v3
/
chargers
/
{charger_uuid}
/
connectors
/
{connector_id}
/
power-usage
curl --request GET \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/connectors/{connector_id}/power-usage \
  --header 'Authorization: Bearer <token>'
{}

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

The response is of type object.