Skip to main content
POST
Setup Charger
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.
string
required
The UUID of the charger to set up.
integer
required
The number of phases. Must be 1 or 3.
integer
required
The maximum current in Amperes. Must be at least 6.
integer
The location group ID to assign the charger to. Must reference an existing location group.
string
The electrical network type. One of IT, TT, TN, or unknown.
string
The phase rotation configuration. The length must match the number of phases. Valid values for 3 phases: RST, RTS, SRT, STR, TRS, TSR. Valid values for 1 phase: R, S, T.

Response

string
A success message indicating the charger will restart.
boolean
Whether the setup is still pending.