---
title: "Fetch a webhook subscription."
method: GET
path: "/v2/webhooksubscriptions/{id}"
tags: ["WebhookSubscriptions"]
---

# Fetch a webhook subscription.

`GET /v2/webhooksubscriptions/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the webhook subscription.

- WebhookSubscriptionModel — An individual
  - `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.

---

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