bookings

Get Flight Edit Source

Return the editable ExtractedFlight source for a booking.

The /bookings list ships edit_data inline, but the trip itinerary renders from a separate display pipeline that only carries the converted Journey — so its edit form fetches the source here on open (the booking id equals the import's tool_call_id / source_reference).

get/bookings/{booking_id}/flight

Path parameters

booking_idstring uuid required

Response

Successful Response

type'one-way' | 'round-trip'
pricenumber nullable

Total cash price if mentioned (null if fully award-booked)

currencystring

ISO 4217 currency code (e.g., USD, EUR, JPY)

confirmation_numberstring nullable
booking_referencestring nullable

Airline PNR / record locator (6-char alphanumeric, e.g., 'ABCDEF'). Different from confirmation_number which may be an OTA/agent booking code.

eticket_numberstring nullable

E-ticket number (typically 13 digits, e.g., '0012345678901')

fare_classstring nullable

Fare/booking class letter (e.g., 'Y', 'B', 'J', 'W')

checked_bagsinteger nullable

Number of checked bags included or purchased

carry_on_bagsinteger nullable

Number of carry-on bags included

check_in_urlstring nullable

Online check-in URL if present in the email

oag_enriched_atstring nullable

ISO timestamp when OAG enrichment was applied

passenger_countinteger nullable

Number of adult passengers on this booking (e.g., 2 passengers)

passenger_namesstring[]

Names of passengers if listed (e.g., ['John Smith', 'Jane Smith'])

childreninteger nullable

Number of child passengers (aged 2-11)

infantsinteger nullable

Number of infant passengers (under 2)

Changes

No recorded changes to this endpoint across all 1 revision of this API.