---
title: "Update Webhook Subscription"
method: PUT
path: "/business/v2/webhooks/subscriptions/{webhookSubscriptionId}"
tags: ["Webhook Subscriptions"]
---

# Update Webhook Subscription

`PUT /business/v2/webhooks/subscriptions/{webhookSubscriptionId}`

Endpoint to update a specific `WebhookSubscription`.

## Path parameters

- `webhookSubscriptionId` string, required — The `WebhookSubscription` ID.

## Headers

- `X-Soldo-Fingerprint` string, required — [Advanced authentication](ref:advanced-authentication): `SHA512SUM` of the fingerprint values listed in the fingerprint order for this endpoint.
- `X-Soldo-Fingerprint-Signature` string, required — [Advanced authentication](ref:advanced-authentication): Signature of the `X-Soldo-Fingerprint`.

## Request body

- UpdateWebhookSubscription — Update `WebhookSubscription` JSON parameters.
  - `webhook_url` string — The URL of the `WebhookSubscription`.
  - `enabled_events` WebhookEventName[] — The list of the `WebhookSubscription` enabled events.
  - `description` string — The description of the `WebhookSubscription`.
  - `active` boolean — The status of the `WebhookSubscription` (if `false`, notifications are not sent).

## Response `200`

The returned resource is a single `WebhookSubscription`.

- WebhookSubscription
  - `id` string, uuid — The `WebhookSubscription` ID.
  - `webhook_url` string — The URL of `WebhookSubscription`.
  - `enabled_events` WebhookEventName[] — The list of subscribed events.
  - `description` string — A custom description of the `WebhookSubscription`.
  - `active` boolean — The status of the `WebhookSubscription`.
  - `creation_date` string — The date and time when the `WebhookSubscription` was created (sortable: yes).
  - `last_update` string — The last date and time when the `WebhookSubscription` was last updated (sortable: yes).

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
