Retrieve charging location sets using cursor-based paging (see the Cursor-based pagination documentation on the PTV Developer Portal for more details).
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/charging-location-sets
- Production Apihttps://api.conundra.eu/planning/v1/locations/charging-location-sets
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/charging-location-sets?cursor=string&limit=250' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "cursors": { "next": "bmV4dF9fcGFnZQ" } }