curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/setup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phases": 123,
"max_current": 123,
"group": 123,
"net_type": "<string>",
"phase_rotation": "<string>"
}
'{
"message": "<string>",
"setup_pending": true
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/setup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phases": 123,
"max_current": 123,
"group": 123,
"net_type": "<string>",
"phase_rotation": "<string>"
}
'{
"message": "<string>",
"setup_pending": true
}Configures initial settings for a charger including phases, current limits, and other configuration. The charger will automatically restart after a successful setup. This endpoint is rate limited to 1 request per 60 seconds per charger.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.
1 or 3.IT, TT, TN, or unknown.RST, RTS, SRT, STR, TRS, TSR. Valid values for 1 phase: R, S, T.