---
title: "Get a webhook by id"
method: GET
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Get a webhook by id

`GET /webhooks/{id}`

## Response `200`

Success

- Webhook
  - `_id` string — Unique identifier of the webhook.
  - `url` string, url — URL where the webhook will receive notifications.
  - `events` string[] — array with events name

---

[API](https://skmtc.dev/hedera/apis/webhook-api.md) · [All operations](https://skmtc.dev/hedera/apis/webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/webhook-api/revisions/571591b78e00/schema)
