Property
Return detailed information for a specific property contained in your group.
Retrieve detailed information for a property.
UUID for a property.
API key used to authenticate the request.
Successful operation
Unique identifier for the property in the SiteMinder Direct Booking product.
The property name as it appears in the SiteMinder Direct Booking product.
Geographic latitude of the property.
Geographic longitude of the property.
IANA time zone identifier for the property (e.g. Australia/Sydney).
ISO 4217 three-letter currency code used for pricing at this property.
URL to the property's booking engine.
The property description as it appears in the SiteMinder Direct Booking product.
The property's terms and conditions
Directions or instructions for reaching the property.
Not Authorised
Access Denied
The specified resource was not found
Rate Limited
Internal Server Error
GET /properties/{propertyUuid} HTTP/1.1
x-sm-api-key: text
Accept: */*
{
"uuid": "f63ce398-da03-4573-856d-ed8d71e57e3d",
"name": "Demo Hotel",
"latitude": -33.8688197,
"longitude": 151.2092955,
"timezone": "Australia/Sydney",
"currencyIsoCode": "AUD",
"bookingEngineUrl": "https://direct-book.com/properties/propertyChannelCode",
"description": "A boutique hotel in the heart of the city.",
"termsAndConditions": "Guests must present a valid ID at check-in.",
"instructionsToLocation": "Enter via Cumberland Street.",
"address": {
"addressLine1": "88 Cumberland Street",
"addressLine2": "Apartment",
"postcode": "2000",
"state": "NSW",
"suburb": "The Rocks",
"country": "Australia"
},
"features": {
"facilities": [
{
"otaCode": 286,
"name": "Complimentary wireless Internet"
}
],
"parking": [
{
"otaCode": 42,
"name": "Free parking"
}
],
"transport": [
{
"otaCode": 41,
"name": "Free airport shuttle"
}
]
},
"policies": {
"smokingPolicy": {
"smokeFreeProperty": true,
"nonSmokingRooms": null,
"allPublicAreasNonSmoking": null
},
"checkInCheckOut": {
"checkInStartTime": "14:00",
"checkInEndTime": "23:00",
"checkOutStartTime": "07:00",
"checkOutEndTime": "11:00",
"restrictedCheckInCheckOut": true
}
},
"photos": [
{
"url": "https://images.example.com/attachments/property_photos/images/1/lobby.jpg",
"caption": "Lobby",
"sortOrder": 1
},
{
"url": "https://images.example.com/attachments/property_photos/images/2/pool.jpg",
"caption": null,
"sortOrder": null
}
]
}Still have questions?
Use the Ask button at the top of the page to chat with our AI assistant — it can help you navigate the guide, understand requirements, and troubleshoot issues.
If you need more support, visit Integration Support.
Last updated
Was this helpful?