Returns detailed rate information for hotels, including multiple room options and rates. All prices are in Rove Miles. Use this endpoint to get comprehensive pricing options after selecting hotels from the listing.
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 rates for. These IDs come from the /hotels/list endpoint.
1 - 200 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"
Maximum number of rate options to return per hotel
1 <= x <= 100If true, only refundable rates will be included