---
title: "Create Webhook"
method: POST
path: "/v1/webhooks/create"
tags: ["webhooks"]
---

# Create Webhook

`POST /v1/webhooks/create`

## Request body

- WebhookParams
  - `subscriptions` EventType[], required
  - `url` string, required
  - `method` 'GET' | 'POST'

## Response `200`

Successful Response

- Webhook
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `subscriptions` EventType[], required
  - `url` string, required
  - `method` 'GET' | 'POST'

## Other responses

- `422` — Validation Error

---

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