---
title: "getHotels"
method: GET
path: "/getHotels"
tags: ["Hotel"]
---

# getHotels

`GET /getHotels`

Returns a list of hotels, filtered by the parameters passed ### Group account support

## Query parameters

- `propertyIDs` string
- `propertyName` string
- `propertyCity` string
- `pageNumber` integer
- `pageSize` integer

## Response `200`

200 Response

- GetHotelsResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — Information about the hotels
    - `propertyID` string — Property ID
    - `organizationID` string — Organization ID
    - `propertyName` string — Property name
    - `propertyImage` string — Property image URL
    - `propertyDescription` string — Property description
    - `propertyTimezone` string — Property Timezone
    - `propertyCurrency` object[] — Currency used by the property
      - `currencyCode` string — Currency code
      - `currencySymbol` string — Currency symbol
      - `currencyPosition` string — Currency position
  - `count` integer — Number of results in this page
  - `total` integer — Total number of results

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
