Properties
Returns a paginated list of properties in your group-level API key.
Note: This endpoint is only available for group-level keys. If you are integrating for a single property, use GET /properties/{propertyUuid} directly.
Retrieves the uuid and name for every property you have access to.
page number (defaults to 1)
1items per page (defaults to 10)
10API key used to authenticate the request.
OK
Bad Request
Not Authorised
Access Denied
The specified resource was not found
Rate Limited
Internal Server Error
GET /properties HTTP/1.1
x-sm-api-key: text
Accept: */*
{
"results": [
{
"uuid": "f63ce398-da03-4573-856d-ed8d71e57e3d",
"name": "Demo Hotel"
}
],
"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?