---
title: "Update webhook"
method: PATCH
path: "/v1/webhook/{webhookExternalId}"
tags: ["Webhooks"]
---

# Update webhook

`PATCH /v1/webhook/{webhookExternalId}`

Allows patching `description, callback_url, status, subscriptions`

## Path parameters

- `webhookExternalId` string, required

## Query parameters

- `service_id` string, required

## Request body

- JsonNode[]

## Response `200`

OK

- WebhookResponse
  - `callback_url` string
  - `created_date` string, date-time
  - `description` string
  - `external_id` string
  - `live` boolean
  - `service_id` string
  - `status` 'ACTIVE' | 'INACTIVE'
  - `subscriptions` string[]

## Other responses

- `400` — Invalid payload

---

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