---
title: "Validate Webhook Endpoint"
method: POST
path: "/alerts/webhook/test"
tags: ["Webhook Alerts"]
---

# Validate Webhook Endpoint

`POST /alerts/webhook/test`

Test a webhook endpoint with a sample alert payload

## Request body

- WebhookTestSchema — Schema for testing webhook endpoints
  - `webhook_url` string, uri, required
  - `secret` string, required

## Response `200`

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)
