---
title: "Update Webhook (partial)"
method: PATCH
path: "/webhooks/{webhook_id}"
tags: ["webhooks"]
---

# Update Webhook (partial)

`PATCH /webhooks/{webhook_id}`

## Path parameters

- `webhook_id` string, required

## Headers

- `Authorization-Signature` string, required

## Request body

- UpdateWebhookRequest
  - `url` string, nullable
  - `subscription_events` string[]
  - `active` boolean, nullable

## Response `200`

Webhook updated

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

## Other responses

- `400` — Invalid webhook URL
- `401` — Unauthorized
- `404` — Webhook not found
- `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)
