Bookings
Get Booking Status
Retrieve the current lightweight unified status for one booking.
GET
Use this endpoint to poll a booking after
Create Booking or
Cancel Booking. It returns the current
unified state without retrieving the full itinerary payload.
After a cancellation request,
Request Example
Polling Guidance
1
Save the booking ID
Store
data.booking_id from the booking creation response.2
Read the current state
Display
data.status to the customer or support user.3
Stop when final
Use
data.is_terminal to decide when the operation is complete.4
Load the itinerary when needed
Use Get Booking Details for confirmed
itineraries, support views, and reconciliation.
CANCELLATION_PENDING means the supplier is
still processing it. Continue polling until the status becomes CANCELLED or
the response indicates a final state.
The OpenAPI section below contains the status response and error contract.Authorizations
Environment-specific API key created in the Unifystays portal
Headers
Path Parameters
Example:
"ubk_eGQ0dW9uV1Vi"