---
title: "Post new Webhook"
method: POST
path: "/public/v3/webhooks"
tags: ["11. Webhooks"]
---

# Post new Webhook

`POST /public/v3/webhooks`

## Request body

- Webhook
  - `url` string — URL
  - `comment` string — Comment

## Response `200`

Returns Webhook

## Other responses

- `400` — JSON with validation errors e.g. missing required fields

---

[API](https://skmtc.dev/friendlyscore/apis/friendlyscore-public-api.md) · [All operations](https://skmtc.dev/friendlyscore/apis/friendlyscore-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/friendlyscore/friendlyscore-public-api/revisions/454887c48f5e/schema)
