The flights service presents an external API for the inventory, which contains all of the flights information.
Link | Method | Endpoint | Description | Login Required |
---|---|---|---|---|
🔗 | GET |
/flights/{origin}/{destination}/{departureDate} |
Find flights | ❌ |
🔗 | GET |
/flight/{flightId} |
Get flight details | ❌ |
🔗 | GET |
/flight/{flightId}/seats |
Get flight seats | ❌ |