Booking
A booking, sometimes called a reservation, is a stay associated with a contact.
Returns a list of bookings across all gift cards. The bookings are ordered by the date they were created, with the most recent first.
Authorizations
x-api-keystringRequired
Value for the x-api-key header parameter.
Query parameters
pageintegerOptionalDefault:
The collection page number
1createdAt[before]stringOptional
createdAt[strictly_before]stringOptional
createdAt[after]stringOptional
createdAt[strictly_after]stringOptional
updatedAt[before]stringOptional
updatedAt[strictly_before]stringOptional
updatedAt[after]stringOptional
updatedAt[strictly_after]stringOptional
checkIn[before]stringOptional
checkIn[strictly_before]stringOptional
checkIn[after]stringOptional
checkIn[strictly_after]stringOptional
checkOut[before]stringOptional
checkOut[strictly_before]stringOptional
checkOut[after]stringOptional
checkOut[strictly_after]stringOptional
Responses
200
Booking collection
403
Forbidden
get
/bookingsLast updated