Get grouped bookings for a passenger
GET/api/v2/microservices/teams/passenger/bookings
The endpoint retrieves a passenger's bookings, grouped by specific criteria: simulation, start location, end location, and demand. The order of the grouped bookings is based on relevance, from most to least recent.
Bookings are grouped if they share the following fields:
- Simulation template ID (from Booking → Simulation → Template)
- Start Location
- End Location
- Demand
Request
Responses
- 200
OK