---
title: "Update Webhook Subscription"
method: PUT
path: "/api/v1/providers/{provider}/webhooks/subscriptions/{subscription_id}"
tags: ["System: Provider Webhooks"]
---

# Update Webhook Subscription

`PUT /api/v1/providers/{provider}/webhooks/subscriptions/{subscription_id}`

Update the callback URL of a webhook subscription.

## Path parameters

- `subscription_id` string, required
- `provider` string, required

## Query parameters

- `callback_url` string, required

## Response `200`

Successful Response

- WebhookUpdatedResponse — Response wrapper for an update operation result.
  - `updated` WebhookOperationResult, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
