---
title: "Create a Webhook"
method: POST
path: "/webhook"
---

# Create a Webhook

`POST /webhook`

## Headers

- `x-api-key` string

## Request body

- object
  - `web_hook` object — Object
    - `webhook_name` string
    - `webhook_event` string
    - `webhook_url` string
    - `content_type` string
    - `request_method` string
    - `webhook_module` string

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `webhook_uid` string
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
