Search & hotels
Stream Room Updates
Consume server-sent room option events as active suppliers return availability for a hotel.
GET
This is an optional server-sent events (SSE) companion to
Get Room Options. Start a room request first,
then connect to the returned
data.sse_stream_url to receive supplier results
progressively.
Connect to the Stream
Event Flow
Each event includes the
stream_id, hotel_id, timestamp, and event_type.
A provider_options event contains options with the booking_token required
for prebook.
Stream Lifetime
Treatstream_id as short-lived and single-use. If the stream is missing or
expired, call Get Room Options again to create a
new stream. The standard room response remains the source for the selected
stay’s request context.
The OpenAPI section below documents the required path parameters and request
headers.