Returns the cheapest rate available for each hotel in the provided list. Ideal for listing pages where you only need to display the starting price for each hotel. All prices are in Rove Miles.
API key for authentication. Add your API key to the Authorization header with this format: 'Bearer your_api_key_here'
Array of hotel IDs to get minimum rates for. These IDs come from the /hotels/list endpoint.
1 - 5000 elements["hotel123", "hotel456", "hotel789"]Check-in date (YYYY-MM-DD)
"2023-12-15"
Check-out date (YYYY-MM-DD)
"2023-12-20"
Occupancy details for each room
[{ "adults": 2, "children": [5, 9] }]Guest nationality in ISO 2-letter country code format
^[A-Z]{2}$"US"