---
title: "Fetch all webhook subscriptions."
method: GET
path: "/v2/webhooksubscriptions"
tags: ["WebhookSubscriptions"]
---

# Fetch all webhook subscriptions.

`GET /v2/webhooksubscriptions`

## Response `200`

- PageableListOfWebhookSubscriptionModel — Represents a single page plus meta data for a collection of records.
  - `items` WebhookSubscriptionModel[] — The subset of records for the current page in the collection.
    - `id` integer — The ID of this record.
    - `action` 'entity_create' | 'entity_update' | 'entity_delete' | 'application_authorization_revoked' | 'webhook_test' — The record action that triggers a webhook to be sent to a subscription.
    - `api_application_connection_id` integer — The ID of the API application connection which owns this subscription.
    - `category` string — The category of changes to send to this webhook URL when Type is Change. Null for all changes. (See /v2/webhooksubscriptions/categories for a list of possible values.)
    - `type` 'none' | 'booking' | 'guest' | 'property' | 'message' | 'quote' | 'inquiry' | 'surcharge' | 'discount'
    - `webhook_url` string, uri, required — The URL to which webhooks should be sent for this subscription.
  - `limit` integer — The maximum number of records per page.
  - `next_page_url` string — URL to fetch the next page of records. A null value indicates that there are no more pages in the collection.
  - `offset` integer — The current offset from the start of the collection.
  - `count` integer — The total number of records in the collection.

---

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