v1
latestOpenAPI 3.0.32026-07-23183961.3 KBRetrieve a list of reservations filtered by date type and a date range via fromDate & toDate. Max duration is 31 days. Only confirmed and cancelled reservations are returned.
get/reservations
Query parameters
dateType'checkIn' | 'checkOut' | 'bookedOn' required
The type of date to filter reservations by. - checkIn: Filter by the guest's check-in date (arrival date) - checkOut: Filter by the guest's check-out date (departure date) - bookedOn: Filter by the date the reservation was created/booked
fromDatestring date required
The start date of the date range (inclusive). Cannot be more than 365 days in the past.
toDatestring date required
The end date of the date range (inclusive).
pageinteger
The page number of the results to fetch.
perPageinteger
The number of results per page.
Headers
x-sm-api-idstring required
The api id for channel
x-sm-api-keystring required
The api key for channel
Response
Successful response. Returns a list of reservations.