---
title: "List webhook subscriptions"
method: GET
path: "/api/2026-01-01/webhooks"
tags: ["Webhooks"]
---

# List webhook subscriptions

`GET /api/2026-01-01/webhooks`

Returns all webhook subscriptions registered by the authenticated partner for the current clinic.

## Response `200`

A list of webhook subscriptions

- 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 list webhook subscriptions for this clinic
- `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)
