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

# getWebhooks

`GET /getWebhooks`

List webhooks for which the API client is subscribed to.

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetWebhooksResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[]
    - `id` string, nullable — Subscription ID
    - `key` object, nullable — Subscription Key object (User, Property or Association and it's ID)
      - `type` 'user' | 'property' | 'association', nullable — Subscription Key type
      - `id` string, nullable — Subscription Key ID
    - `event` object, nullable — Event for which the subscription was created
      - `entity` string, nullable — Entity which the event belongs to
      - `action` string, nullable — Action which the event represents
    - `owner` object, nullable — Subscription Owner object (User, API Client, etc, and it's ID)
      - `type` string, nullable — Subscription Owner type
      - `id` string, nullable — Subscription Owner ID
    - `subscriptionType` string, nullable — Subscription Type (Webhook)
    - `subscriptionData` object, nullable — Data used on the subscription. For webhooks, just the endpoint URL.
      - `endpoint` string, nullable — The endpoint

---

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