Retrieve vehicle in bulk using cursor-based paging (see the Cursor-based pagination documentation on the PTV Developer Portal).
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/vehicles/vehicle-api/vehicles
- Vehicle API Productionhttps://api.conundra.eu/vehicle/v1/vehicles
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/vehicles/vehicle-api/vehicles?cursor=string&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "cursors": { "next": "string" } }