---
title: "Paginates all properties based on permissions"
method: GET
path: "/properties"
tags: ["property:read"]
---

# Paginates all properties based on permissions

`GET /properties`

Retrieve the `uuid` and `name` for all properties which you have access to

## Query parameters

- `page` integer
- `perPage` integer

## Headers

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

## Response `200`

OK

- PaginatedPropertySummaryList
  - `page` integer, required — page number
  - `perPage` integer, required — number of records per page
  - `total` integer, required — total number of records
  - `totalPages` integer, required — total number of pages
  - `results` PropertySummary[], required
    - `uuid` string, required — 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

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