---
title: "Retrieves the property's system component versions"
method: GET
path: "/property/v1/system"
tags: ["Property"]
---

# Retrieves the property's system component versions

`GET /property/v1/system`

## Headers

- `x-property-id` string, required

## Response `200`

Successfully retrieved property features

- SystemResponseSchema — System features response
  - `features` SystemFeatureResponseSchema[], required — Array of system feature versions for this property
    - `name` string, required — Feature name
    - `version` string, required — Feature version

## Other responses

- `400` — Bad Request - Invalid input parameters or business rule violation
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `404` — Not Found - Property not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
