Get reservations for an account

Retrieves a paginated list of reservations based on various filter criteria.

        At least one of the following filter combinations is required:
        - checkin & checkout dates
        - created_start & created_end dates
        - property name (partial match)
        - discount code (partial match)

        Results are paginated with a maximum of 100 records per page.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Check-in date (YYYY-MM-DD)

string

Check-out date (YYYY-MM-DD)

string

Reservation created start date (YYYY-MM-DD)

string

Reservation created end date (YYYY-MM-DD)

string

Property name search (partial match)

string

Discount code search (partial match)

number
Defaults to 100

Results per page (max 100)

number
Defaults to 1

Page number (starts at 1)

Responses

400

Invalid arguments. Must provide at least one filter parameter

401

Unauthorized - Invalid or missing JWT token

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json