---
title: "Create a new webhook"
method: POST
path: "/webhooks"
tags: ["Webhooks"]
---

# Create a new webhook

`POST /webhooks`

## Request body

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

## Response `201`

A webhook id

- object
  - `id` string — The webhook ID.

---

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