---
title: "Get all webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get all webhooks

`GET /webhooks`

## 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)
