Get waitlist entry
Returns the state of a waitlist entry that received a booking invitation.
Authorizations
Your brand's secret API key, e.g. Bearer way_sk_live_bhEqcn0i1fRoUEHBPjJkQA. Older Way-Brand-Id + Way-Secret-Key credentials still work: see Legacy authentication.
Path Parameters
The brand's ID - must match the brand your API key identifies (or the Way-Brand-Id header when one is sent).
A waitlist entry ID - sessions tied to this invitation are marked accordingly in the response.
Response
Get waitlist entry.
Unique identifier of the waitlist entry.
"e3b1c9a7-2d4f-46b8-9c0a-1f2e3d4c5b6a"
State of the waitlist entry: waiting (in line), opening-available (capacity has opened but no invitation has been sent yet), offered (the guest holds a time-boxed booking invitation), accepted, declined, expired (the invitation lapsed), or removed. This endpoint only returns entries with an active offer.
removed, waiting, offered, accepted, declined, expired, opening-available "offered"
Identifier of the resource group collection (the bookable set of resources, such as a group of cabanas) the waitlist belongs to.
"9d8c7b6a-5e4f-4321-8765-43210fedcba9"
Identifier of the listing that sells the resource group collection. Null when the collection has no listing.
"d9fa9229-9132-415d-bc04-513062ee3bcd"
Date of the session the guest is waitlisted for, in YYYY-MM-DD format.
^\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$"2026-07-18"
Start time of the session the guest is waitlisted for, in the property's local time (HH:mm or HH:mm:ss).
^([0-1]\d|2[0-3])(?::([0-5]\d)){1,2}$"10:00"
Length of the requested session in minutes.
60
Guests included in the waitlist entry. They become the booking's participants if the invitation is accepted.
The guest who joined the waitlist and receives the booking invitation.
ISO 8601 timestamp when the booking invitation expires. Once passed, the entry can no longer be claimed and this endpoint returns 410 Gone.
"2026-07-15T18:00:00.000Z"