List visible locations on this network
Lists the charging locations actually visible on a sub-network, with access rules already applied — in other words, what a driver whose token group is assigned to this sub-network can see. Useful for verifying a slice before assigning it, or for troubleshooting why a driver can’t see a particular charger.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.
Path Parameters
The unique ID of the sub-network to list visible locations for.
Query Parameters
Cursor to start fetching records after — the pagination.end_cursor of a previous response. Omit it to fetch the first page, and stop paging once pagination.has_next is false. Sending it empty is a 400: an empty cursor is a broken cursor, not a request for the first page.
1Deprecated: use after.
1Results per page (1–200)
Only return locations in this country. ISO 3166-1 alpha-3 code (for example DNK, DEU) — not alpha-2.
^[A-Z]{3}$Response
Paginated list of locations visible on the sub-network.