Get bookings
Returns the brand’s (or organization’s) bookings with filters for date ranges, experience, cart, confirmation codes, and purchaser details, plus pagination and sorting.
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.
Query Parameters
Only these bookings, by ID.
1Only bookings from the cart with this confirmation code - the code returned by the book-bulk call.
Only bookings created from this cart.
The booking's own confirmation code - the code the guest sees.
Only bookings created at or after this date-time.
^\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$Only bookings created at or before this date-time.
^\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$Set to true to omit cancelled bookings.
true, false Set to true to omit failed bookings.
true, false Only results for this experience.
Structured filters, e.g. filters[0][name]=experienceDateRange&filters[0][operator]=range&filters[0][value][from]=2026-08-15&filters[0][value][to]=2026-08-16.
Number of items per page.
x >= 0Only bookings linked to this loyalty program.
Only bookings made by this loyalty-program member.
Only bookings paid with this room or member number.
Only bookings belonging to this organization.
Page number to return, starting at 1.
x >= 1Set to true to return only bookings of listings promoted from other brands.
true, false Only bookings purchased with this email address.
Only bookings whose purchaser has this last name.
Free-text search over the listings' titles and descriptions.
Scope results to a resource-group collection.
Field to sort the results by.
purchaser, experience, dateBooked, amount, status, brand, sessionDate Sort direction.
ASC, DESC Only bookings updated at or after this date-time - the workhorse filter for reconciliation jobs.
^\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$Only bookings updated at or before this date-time.
^\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$