---
title: "Create a webhook in an organization"
method: POST
path: "/{organization}/webhooks"
tags: ["webhook"]
---

# Create a webhook in an organization

`POST /{organization}/webhooks`

## Path parameters

- `organization` string, required

## Response `200`

successful operation

- Webhook — Webhook that has been registered by the organization
  - `url` string, required — Url of the webhook
  - `type` string, required — Type of the webhook
  - `status` string — Status of the webhook

---

[API](https://skmtc.net/kand/apis/kandio.md) · [All operations](https://skmtc.net/kand/apis/kandio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kand/kandio/versions/07cae6abf6ca/schema)
