---
title: "create webhook"
method: POST
path: "/admin/system/webhook"
tags: ["webhook"]
---

# create webhook

`POST /admin/system/webhook`

## Request body

- SvcWebhookCreateReq
  - `msg_types` integer[]
  - `name` string, required
  - `sign` string
  - `type` 1 | 2, required
  - `url` string, required

## Response `200`

OK

- object
  - `data` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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