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

Response

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