Get Reservations received from your PMS along with rental revenue information.
Returns reservations synced from the PMS connected to the PriceLabs account.
Headers
X-API-Key
Query parameters
pms
PMS to fetch reservations from. If the PMS does not provide reservations, no rows are returned.
start_date
Inclusive check-in filter start (YYYY-MM-DD). Filters reservations in [start_date, end_date).
end_date
Exclusive check-in filter end (YYYY-MM-DD). Filters reservations in [start_date, end_date).
listing_id
Optional filter to a single listing.
booked_start_date
Optional filter on booking date (inclusive, YYYY-MM-DD).
booked_end_date
Optional filter on booking date (inclusive day, YYYY-MM-DD).
include
When the value contains available, available reservations are included.
limit
Results per page (default 100).
offset
Pagination offset (default 0). Increment while next_page is true.
Response
Success. Keep requesting pages until next_page is false.
pms_name
Lowercased PMS name from the request.
next_page
true when the number of returned rows equals limit (more pages may exist). Keep requesting until false.
data
Reservation rows for the request. Empty when the PMS does not provide reservations.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error