flightNumberstringrequired
The flight number
Example:KA0284
Fetch more details about a flight
The flight number
Example:KA0284
Successful response with the requested flight details
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/kongair/flights/KA0284/details \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'{
"flight_number": "flight_number",
"in_flight_entertainment": false,
"meal_options": [
"[]"
],
"aircraft_type": "aircraft_type"
}