---
title: "Update Webhook Subscription Shared Key"
method: PATCH
path: "/public/v1/webhook-subscriptions/{id}/shared-key"
tags: ["Webhook subscriptions"]
---

# Update Webhook Subscription Shared Key

`PATCH /public/v1/webhook-subscriptions/{id}/shared-key`

This operation regenerates the shared key for a specific webhook subscription identified by its UUID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Webhook subscription shared key regenerated

- WebhookSubscriptionSharedKeyResponse
  - `shared_key` string

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `429` — Too Many Requests

---

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