Get the seat map for a quoted trip
GET/api/v1/express-bus/quotes/:quoteId/seats
The live coach layout for a trip you have already chosen from a search result — the read side of a seat picker.
Fetch it per chosen trip, not for every search result: it is one live supplier call.
The grid is returned whole, gaps included, so you can lay the coach out; dropping aisles
would shift every seat after them. When selectionAvailable is false the coach does not
support choosing — do not draw a picker, and omit seats when booking so the supplier
assigns them.
The price on a cell is the supplier's published fare and is informational only. What
the traveller pays is the quote's sellAmount, already fixed at search time.
Request
Responses
- 200
- 401
- 403
- 404
The coach layout.
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 quote, an expired quote, or a quote minted for another channel.