/
GETTING A LIST OF AVAILABLE HOTELS

GETTING A LIST OF AVAILABLE HOTELS

API method: GET/ hotels

The method allows getting a list of available hotels from the system.

Possible request parameters:

  • countryId – from GET/ locations

  • cityId – from GET/ locations

  • createdDateFrom – Filter by hotel creation time (YYYY-MM-DDThh:mm for date with time);

  • createdDateTo - Filter by hotel creation time (YYYY-MM-DDThh:mm for date with time);

  • modifiedDateFrom - Filter by hotel creation time (YYYY-MM-DDThh:mm for date with time);

  • modifiedDateTo - Filter by hotel creation time (YYYY-MM-DDThh:mm for date with time);

  • limit – How many hotels should be returned.


Go to Accommodations - Choose GET/ hotels method.
Enter parameters and press “Try it out” button: