Skip to main content
GET
List Locations
Returns a paginated list of locations belonging to the specified team, with filtering and sorting support.
string
required
The UUID of the team.
Filter by location name or address.
string
Filter by ISO 3166-1 alpha-2 country code (e.g., NL, DE, BE).
string
Filter by smart charging mode. One of disabled, day_ahead_pricing, or off_peak.
string
Sort field. One of name, country, chargers_count, or created_at. Prefix with - for descending order. Defaults to -created_at.
integer
Page number for pagination.

Response

array
Array of location objects.
object
Available filter options based on the current dataset.