---
title: "Create Webhook"
method: POST
path: "/alerts/webhook"
tags: ["Webhook Alerts"]
---

# Create Webhook

`POST /alerts/webhook`

Create webhook settings

## Request body

- WebhookSettingsCreateSchema — Schema for creating webhook settings
  - `webhook_url` string, uri
  - `secret` string
  - `description` string

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/genlogs/apis/auth-api-create-token.md) · [All operations](https://skmtc.dev/genlogs/apis/auth-api-create-token/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genlogs/auth-api-create-token/revisions/bf34c2431a21/schema)
