Search transfers
POST/api/v1/airport-transfer/search
Searches live supplier availability for a location pair and time, and mints one
price-locked quote per offering. Book by the quoteId you choose.
Quotes live 15 minutes — read expiresAt.
An empty offerings list is a valid result: no coverage, nothing available at that time, or
no supplier you are entitled to sell. Entitlement filters the result silently here; it only
becomes a 403 at booking.
Request
Responses
- 200
- 400
- 401
- 403
Priced, bookable offerings.
The request or its details bag is invalid. The message names every field at fault.
Validation runs before any money moves or any supplier call, so this costs nothing.
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.