---
title: "Create Webhook"
method: POST
path: "/v2/companies/{company}/webhooks"
tags: ["Webhooks"]
---

# Create Webhook

`POST /v2/companies/{company}/webhooks`

## Path parameters

- `company` integer, required

## Request body

- object
  - `url` string, required
  - `method` 'PUT' | 'GET' | 'POST' | 'PATCH', required
  - `features` WebhookFeature[], required

## Response `201`

A single webhook

- object
  - `data` Webhook
    - `id` integer
    - `method` 'PUT' | 'GET' | 'POST' | 'PATCH'
    - `url` string
    - `features` WebhookFeature[]

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too many requests

---

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