---
title: "getAppPropertySettings"
method: GET
path: "/getAppPropertySettings"
tags: ["AppSettings"]
---

# getAppPropertySettings

`GET /getAppPropertySettings`

Returns the app property settings

## Query parameters

- `propertyID` string, required
- `key` string

## Response `200`

200 Response

- GetAppPropertySettingsResponse
  - `success` boolean — Success
  - `data` union — Data
    - object
      - `id` string — ID
      - `key` string — Key
      - `value` string — Value
    - object[]
      - `id` string — ID
      - `key` string — Key
      - `value` string — Value

---

[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/versions/2faa857793e8/schema)
