Search Flights
Partial Actions
Step 1: Multi-Pax Search
POST
Search Flights
To test partial cancellations, you must search for a flight with at least 2 passengers (e.g.,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.
pax_adult: 2).
Request Setup
3-letter IATA origin code.
3-letter IATA destination code.
Departure Date (YYYYMMDD).
Number of adults.
Instructions
- Review the requirements and set up the request payload.
- Hit the Send button.
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.