Get Reservations received from your PMS along with rental revenue information.
Headers
Query parameters
Inclusive check-in filter start (YYYY-MM-DD). Filters reservations in [start_date, end_date). If provided, also requires end_date..
Exclusive check-in filter end (YYYY-MM-DD). Filters reservations in [start_date, end_date). If provided, also requires start_date.
Optional filter on booking date (inclusive, YYYY-MM-DD).
Optional filter on booking date (inclusive day, YYYY-MM-DD).
When the value contains available, available reservations are included.
Results per page (default 100).
Pagination offset (default 0). Increment while next_page is true.
Response
Success. Keep requesting pages until next_page is false.
true when the number of returned rows equals limit (more pages may exist). Keep requesting until false.