POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
actions
/
start
curl --request POST \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connector_id": 16,
  "id_token": "ngzmiyvdljnikhwa"
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Body

application/json

Response

200 - application/json

Response from charger

The response is of type object.