Get a booking
GET/api/v1/bookings/:id
Reads an order back by its UUID. Use this to poll an order that came back 409
(RECONCILING) rather than re-booking.
payable and charges are your commercial view and are returned only to the agent that
owns the order — another agent reading the same id gets null and an empty list.
Request
Responses
- 200
- 401
- 403
- 404
The order.
Missing or unusable API key.
Your agent is suspended, or is not entitled to the vertical/supplier behind this quote.
Entitlement is filtered silently in search — an offering you may not sell simply does not
appear — so not-entitled surfaces only at booking.
Unknown order.