---
title: "Get Webhook Subscription"
method: GET
path: "/v1/webhooks/{webhook_id}"
tags: ["webhooks"]
---

# Get Webhook Subscription

`GET /v1/webhooks/{webhook_id}`

Fetch a single webhook subscription.

Requires the `webhooks:read` scope on the API key.

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

Successful Response

- WebhookSubscriptionOutput
  - `id` string, uuid, required — Unique identifier.
  - `name` string, required — Name of the subscription.
  - `url` string, required — Delivery URL events are POSTed to.
  - `description` string, nullable, required — Free-form description.
  - `event_types` OutboundWebhookEventType[], required — Event types this subscription receives.
  - `sequence_template_ids` string[], nullable, required — Sequence-template scope.
  - `status` 'ACTIVE' | 'PAUSED' | 'DISABLED', required
  - `secret_prefix` string, required — Leading characters of the signing secret, safe to display.
  - `created_at` string, date-time, required — When the subscription was created.
  - `updated_at` string, date-time, required — When the subscription last changed.

---

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