Search Flights
Core Booking
Step 1: Search Flights
POST
Search Flights
Welcome to Scenario 1: Simple One-Way. This certification step requires you to search for a flight for 1 Adult. Because we are using a focused interactive widget here, you won’t see the massive API schema on this page—just what you need to test!Documentation Index
Fetch the complete documentation index at: https://docs.travomatrix.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Setup
3-letter IATA origin code.
3-letter IATA destination code.
Departure Date (YYYYMMDD).
Number of adults.
Instructions
- Look at the right panel. The request is natively embedded and pre-filled with the exact test payload above.
- Hit the Send button to fire the request to UAT.
- Review the
PricingBreakdownin the response payload on the right.
Authorizations
Headers
Unique correlation ID for tracing.
Body
application/json
Pattern:
^[A-Z]{3}$Example:
"DEL"
Pattern:
^[A-Z]{3}$Example:
"DXB"
Departure date in YYYYMMDD format.
Pattern:
^\d{8}$Example:
"20270501"
Return date in YYYYMMDD format (optional for one-way).
Pattern:
^\d{8}$Example:
"20270505"
Required range:
1 <= x <= 9Required range:
0 <= x <= 9Required range:
0 <= x <= 9Available options:
ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST Pagination cursor obtained from the previous search response.