---
title: "POST /admin/webhooks"
method: POST
path: "/admin/webhooks"
tags: ["webhooks"]
---

# POST /admin/webhooks

`POST /admin/webhooks`

Create a new webhook

## Request body

- object
  - `topic` string, required — Webhook topic
  - `url` string, required — URL of the webhooks

## Response `200`

- object
  - `id` number — ID of the created webhook

## Other responses

- `403` — Not authenticated

---

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