---
title: "Retrieve property details"
method: GET
path: "/properties/{propertyUuid}"
tags: ["property:read"]
---

# Retrieve property details

`GET /properties/{propertyUuid}`

Retrieve detailed information for a property.

## Path parameters

- `propertyUuid` string, required

## Headers

- `x-sm-api-key` string, required

## Response `200`

OK

- Property
  - `uuid` string, required — This will return the uuid assigned to the property in the SiteMinder Direct Booking product
  - `name` string, required — The property name as it appears in the SiteMinder Direct Booking product
  - `latitude` number, required — This will return the latitude of the of the selected property
  - `longitude` number, required — This will return the longitude of the selected property
  - `timezone` string, required — This will be the property's time zone in IANA format
  - `currencyIsoCode` string, required — property's currency in ISO-4217 format (3-letter isocode)
  - `bookingEngineUrl` string, nullable, required — booking link to the select property's Booking Engine
  - `address` object, required — full address returned, Address 1 & 2, postcode, state and suburb
    - `addressLine1` string, required
    - `addressLine2` string, nullable, required
    - `suburb` string, required
    - `state` string, required
    - `postcode` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/siteminder/apis/pmsx-core-api.md) · [All operations](https://skmtc.dev/siteminder/apis/pmsx-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siteminder/pmsx-core-api/revisions/4cf21cbc07ec/schema)
