cURL
curl --request GET \ --url https://b2b-api.markoub.dev/journeys/routes \ --header 'Authorization: Bearer <token>'
[ { "departureTime": "<string>", "arrivalTime": "<string>", "departureCityId": 123, "arrivalCityId": 123, "departureCityName": "<string>", "arrivalCityName": "<string>" } ]
Retrieve a list of routes.
Default authentication mechanism
Departure city id
Arrival city id
A list of routes and their associated data