---
title: "Get a Webhook"
method: GET
path: "/webhooks/{id}"
---

# Get a Webhook

`GET /webhooks/{id}`

Get a specific webhook by ID

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `account_id` string
  - `action` string
  - `id` string
  - `name` string
  - `tag` string

## Other responses

- `400` — 400

---

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