Room Types
Returns all Room Types for a select SiteMinder Direct Booking property within your group.
Retrieve all room types for a property.
Authorizations
x-sm-api-keystringRequired
Path parameters
propertyUuidstringRequired
UUID for a property.
Query parameters
pageinteger · min: 1OptionalDefault:
page number (defaults to 1)
1perPageinteger · min: 1 · max: 50OptionalDefault:
items per page (defaults to 10)
10Header parameters
x-sm-api-keystringRequired
API key used to authenticate the request.
Responses
200
Successful operation
application/json
and
400
Bad Request
application/json
401
Not Authorised
application/json
403
Access Denied
application/json
404
The specified resource was not found
application/json
429
Rate Limited
application/json
500
Internal Server Error
application/json
get/properties/{propertyUuid}/room-types
GET /properties/{propertyUuid}/room-types HTTP/1.1
x-sm-api-key: text
Accept: */*
{
"results": [
{
"uuid": "403950b4-0919-4396-afa1-3957a38a83f8",
"name": "Ocean View",
"description": "Private bedroom",
"category": "room",
"roomSize": 80,
"roomSizeUnit": "m^2",
"bathroomQuantity": "1",
"code": "BUNGALOW_WATER_FRONT",
"categoryCode": "BUNGALOW",
"includedOccupancy": 2,
"smokingPolicy": "non_smoking"
}
],
"page": 1,
"perPage": 1,
"total": 1,
"totalPages": 1
}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?