Skip to main content
GET
/
v3
/
teams
/
{team}
/
chargers
/
ids
List Charger IDs
curl --request GET \
  --url https://app.plugchoice.com/api/v3/teams/{team}/chargers/ids \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}
Returns every charger UUID for the team that matches the current filters, with no pagination. Designed for bulk selection flows that need the full matching set in one call (for example, a “Select all” that feeds directly into Bulk Command). Supports the same filter query parameters as List Chargers.
team
string
required
The UUID of the team.
Filter by charger identity, serial number, or reference.
filter[connection_status]
string
Filter by connection status.
filter[status]
string
Filter by charger status.
filter[connector_status]
string
Filter by connector status.
filter[vendor]
string
Filter by charger vendor.
filter[license]
string
Filter by license type (basic, smart, pro).
filter[site_uuid]
string
Filter by location UUID.

Response

data
array
Array of charger UUIDs as strings.