curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"id_token": "<string>"
}
'{
"status": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"id_token": "<string>"
}
'{
"status": "<string>"
}Sends a remote start transaction command to the charger. The charger will attempt to start a charging session on the specified connector using the provided ID token.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
Accepted, Rejected).