---
title: "Retrieve a webhook subscription"
method: GET
path: "/api/2026-01-01/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Retrieve a webhook subscription

`GET /api/2026-01-01/webhooks/{webhook_id}`

Returns the details of a single webhook subscription by ID.

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

The webhook subscription

- WebhookSubscriptionResponse
  - `id` string, uuid, required — Unique identifier for the webhook subscription
  - `event_topic` 'APPOINTMENT_BOOKED' | 'APPOINTMENT_CANCELLED' | 'APPOINTMENT_UNCANCELLED' | 'APPOINTMENT_RESCHEDULED', required — The event topic this subscription receives
  - `target_url` string, required — The HTTPS URL that receives webhook event payloads
  - `clinic_guid` integer, required — The clinic identifier this subscription belongs to
  - `status` 'active' | 'inactive', required — Whether the subscription is currently active
  - `updated_at` string, date-time, required — When the subscription was last updated
  - `created_at` string, date-time, required — When the subscription was created

## Other responses

- `401` — The request is not authorized
- `403` — The authenticated partner does not have permission to view this webhook subscription
- `404` — The webhook subscription was not found
- `503` — The service is temporarily unavailable

---

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