Flags and state machine Diagram#
The GET /booking-flow/v1/bookings/{{bookingId}} endpoint is crucial for tracking the status of a booking within the Amadeus system.
The booking process initiates with a product ID. Each step in this process has certain pre-conditions that must be met. Our API performs validations at each step, using flag checks as specified in the subsequent diagram.
Cancellation of a confirmed booking is supported.