Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Chargers > Actions
Start a transaction
POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
actions
/
start
Copy
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"
}'
Copy
{}
Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Response
200 - application/json
Response from charger
The response is of type object
.
The response is of type object
.
The response is of type null
.
Was this page helpful?
Copy
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"
}'
Copy
{}
Assistant
Responses are generated using AI and may contain mistakes.