Booking

A booking, sometimes called a reservation, is a stay associated with a contact.

List all bookings

get

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
pageintegerOptional

The collection page number

Default: 1
createdAt[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
chevron-right
200

Booking collection

get
/bookings

Retrieve a booking

get

Retrieves a Booking resource.

Authorizations
x-api-keystringRequired

Value for the x-api-key header parameter.

Path parameters
idstringRequired

Booking identifier

Responses
chevron-right
200

Booking resource

get
/bookings/{id}

Last updated