Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Start Charging
Starts a charging session on the specified connector
POST
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
commands
/
start
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 123,
"id_tag": "<string>"
}'
Request
Response
Copy
{
"message": "Accepted"
}
Copy
{
"message": "Accepted"
}
Was this page helpful?
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 123,
"id_tag": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.