Skip to main content
GET
Get bookings for guest reschedule

Authorizations

Authorization
string
header
required

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

brandId
string
required

The brand's ID - must match the brand your API key identifies (or the Way-Brand-Id header when one is sent).

cartId
string
required

Only bookings created from this cart.

Query Parameters

languageCode
string

Locale for translated content; defaults to the brand's language.

token
string

The guest's access token, from the link in their confirmation email.

Minimum string length: 1

Response

200 - application/json

Get bookings for guest reschedule.

bookingId
string<uuid>
required
customerId
string<uuid>
required
experienceTitle
string | null
required
eventStartDateTime
string<date-time>
required
eventSessionDurationInMinutes
number
required
experienceTimeZoneId
string | null
required
experienceMediaIds
string<uuid>[]
required
reschedulePolicyId
string<uuid> | null
required
reschedulePolicyNotes
string | null
required
reschedulePolicyActive
boolean | null
required
reschedulePolicyCutoffUnit
enum<string> | null
required
Available options:
hours,
days,
weeks
reschedulePolicyCutoffValue
number | null
required
status
enum<string>
required
Available options:
ALLOWED,
NOT_ALLOWED
coverMedia
any
eventSessionDuration
any