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

# Create Webhook

`POST /webhooks`

## Headers

- `Authorization-Signature` string, required

## Request body

- CreateWebhookRequest
  - `url` string, required
  - `subscription_events` string[]

## Response `201`

Webhook created

- WebhookResponse
  - `id` string, required
  - `url` string, required
  - `webhook_secret` string
  - `subscription_events` string[]
  - `active` boolean, required

## Other responses

- `400` — Invalid webhook URL
- `401` — Unauthorized
- `422` — Invalid request body
- `500` — Internal Server Error

---

[API](https://skmtc.net/coinvoyage/apis/coinvoyage-api-v3.md) · [All operations](https://skmtc.net/coinvoyage/apis/coinvoyage-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinvoyage/coinvoyage-api-v3/versions/d166bf9d9ca2/schema)
