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

# getHotelDetails

`GET /getHotelDetails`

Returns the details of a specific hotel, identified by "propertyID"

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetHotelDetailsResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — Information about the hotel
    - `propertyID` string — Property ID
    - `organizationID` string — Organization ID
    - `propertyName` string — Property name
    - `propertyType` string — The type of property
    - `propertyImage` object[] — Property images details
      - `thumb` string — Thumbnail URL
      - `image` string — Full Image URL
    - `propertyDescription` string — Property description
    - `propertyCurrency` object — Currency used by the property
      - `currencyCode` string — Currency code
      - `currencySymbol` string — Currency symbol
      - `currencyPosition` 'before' | 'after' — Currency position
      - `currencyDecimalSeparator` string — Currency decimal separator
      - `currencyThousandsSeparator` string — Currency thousands separator
    - `propertyPrimaryLanguage` string — Property primary language
    - `propertyAdditionalPhotos` object[] — Property additional photos
      - `thumb` string — Thumbnail URL
      - `image` string — Full Image URL
    - `propertyPhone` string — Property phone number
    - `propertyEmail` string — Property main email address
    - `propertyAddress` object
      - `propertyAddress1` string
      - `propertyAddress2` string
      - `propertyCity` string
      - `propertyState` string
      - `propertyZip` string
      - `propertyCountry` string
      - `propertyLatitude` string
      - `propertyLongitude` string
    - `propertyPolicy` object
      - `propertyCheckInTime` string, time
      - `propertyCheckOutTime` string, time
      - `propertyLateCheckOutAllowed` boolean
      - `propertyLateCheckOutType` 'value' | 'percent' | 'fixed' — If the property accepts late check-out, defines if the value is fixed, or a percentage of the daily rate
      - `propertyLateCheckOutValue` string — The fixed value, or percentage of the daily rate, to be charged on a late check-out
      - `propertyTermsAndConditions` string — Text describing the terms and conditions to be displayed to guest
      - `propertyFullPaymentBeforeCheckin` boolean — If the property requires the full payment amount of the reservation to be collected prior to check-in
    - `propertyAmenities` string[] — List of property amenities
    - `taxID` string — Tax ID number
    - `taxID2` string — Second Tax ID number
    - `companyLegalName` string — Legal company name

---

[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)
