---
title: "Update Webhook"
method: PUT
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Update Webhook

`PUT /webhooks/{id}`

Update an existing webhook

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `url` string, uri
  - `events` string[]

## Response `200`

Webhook updated successfully

- Webhook
  - `id` string, uuid, required — Unique identifier for the webhook
  - `url` string, uri, required — Webhook URL
  - `description` string, nullable — Webhook description
  - `events` string[], required — Events that trigger this webhook
  - `enabled` boolean, required — Whether the webhook is enabled
  - `consecutive_failures` integer — Number of consecutive delivery failures
  - `auto_disabled_at` string, date-time, nullable — Timestamp when the webhook was auto-disabled due to failures
  - `created_at` string, date-time, required — Webhook creation timestamp
  - `updated_at` string, date-time — Webhook last update timestamp

## Other responses

- `400` — Bad Request - Validation failed
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

## Changes

- **2026-09-15** `f179958c3bee` — 1 breaking, 29 info
  - request property `events/items/` was restricted to a list of enum values
  - added the new `domain.verification.failed` enum value to the request property `events/items/`
  - added the new `domain.verified` enum value to the request property `events/items/`
  - added the new `organization_seal.created` enum value to the request property `events/items/`
  - …26 more

[Change history](https://skmtc.dev/firma/apis/firma-partner-api/changes/webhooks/:id/put.md)

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc.dev/firma/apis/firma-partner-api/revisions/7160ab24558c?raw)
