---
title: "getAppState"
method: GET
path: "/getAppState"
tags: ["Integration"]
---

# getAppState

`GET /getAppState`

Get the current app integration state for a property.<br /> This call is only available for third-party integration partners, and not for property client IDs. Read the [Connecting/Disconnecting Apps guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007613213-Connecting-Disconnecting-Apps) to further understand the use cases.

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetAppStateResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — Integration state details
    - `app_state` 'enabled' | 'disabled' | 'installing' | 'pending' — Integration state

---

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