POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
setup
curl --request POST \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/setup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "group": 16,
  "net_type": "TN",
  "phases": 3,
  "phase_rotation": "TRS",
  "max_current": 77
}'
{
  "message": "Charger setup successfully completed, the charger will now restart."
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Body

application/json

Response

200
application/json

Charger setup successfully completed

The response is of type object.