---
title: "Create a webhook configuration"
method: POST
path: "/api/v2/webhooks"
---

# Create a webhook configuration

`POST /api/v2/webhooks`

## Request body

- WebhookCreateRequest
  - `url` string, uri, required — Endpoint to which the webhook will be sent.

## Response `201`

Webhook created successfully

- WebhookResponse
  - `id` integer, required — Identifier of the webhook configuration.
  - `url` string, uri, required — URL registered for the webhook.
  - `secret` string, hex, required — Secret key used for signing (e.g., in the X-Signature header).

---

[API](https://skmtc.net/monato/apis/monato-s-api.md) · [All operations](https://skmtc.net/monato/apis/monato-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/monato-s-api/revisions/982a5085b0a3/schema)
