---
title: "Get a webhook subscription"
method: GET
path: "/api/v1/webhooks/{id}"
tags: ["webhooks"]
---

# Get a webhook subscription

`GET /api/v1/webhooks/{id}`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

The subscription.

- WebhooksGetWebhookResponse200
  - `webhook` WebhookSubscription
    - `id` string
    - `targetUrl` string, uri
    - `eventTypes` string[] — ["*"] for all events, or explicit types.
    - `secretMasked` string — Masked secret. Full value via the create response or the /secret endpoint.
    - `lastPingSucceededAt` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

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