Skip to main content
POST
/
v3
/
sites
/
{site}
/
groups
/
{siteGroup}
/
chargers
Assign Chargers to Group
curl --request POST \
  --url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/chargers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "charger_uuids": [
    "<string>"
  ]
}
'
Assigns multiple chargers to the specified load balancing group.
site
string
required
The UUID of the location.
siteGroup
integer
required
The ID of the group to assign chargers to.
charger_uuids
string[]
required
An array of charger UUIDs to assign to the group. Must contain at least one UUID.