Get Hotels by IDs

Retrieve multiple hotels by their UUIDs in a single request. ### Request Body ```json { "ids": ["uuid-1", "uuid-2", "uuid-3"] } ``` ### Limits - Minimum: 1 ID - Maximum: 100 IDs per request ### Response Returns hotels in the same order as requested IDs. Missing hotels are omitted.

Request

This endpoint expects an object.
idslist of stringsRequired
Array of hotel UUIDs to fetch

Response

This endpoint returns an object.