Amadeus · Arazzo Workflow
Amadeus Airline Flight Status and Check-in
Version 1.0.0
Validate an airline code, get on-demand flight status for a flight, then fetch its check-in links.
View Spec
View on GitHub
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket InsightsArazzoWorkflows
Provider
Workflows
airline-flight-status-checkin
Validate an airline, get a flight's status, and fetch its check-in links.
Confirms the airline code, retrieves on-demand flight status for the flight, and returns the airline's online check-in links.
1
validateAirline
getairlines
Validate the carrier code by looking it up in the airline code reference data and capturing the carrier's business name.
2
getStatus
getFlightsStatus
Retrieve the on-demand flight status for the carrier, flight number and scheduled departure date.
3
getCheckinLinks
getCheckinURLs
Fetch the airline's online check-in links so the traveller can check in for the flight.
Source API Descriptions
openapi
openapi