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

# Update Webhook

`PUT /webhooks/{webhook_id}`

Update webhook.

## Path parameters

- `webhook_id` string, uuid, required — UUID of the webhook.

## Headers

- `Pinwheel-Version` '2025-07-08' | '2023-11-22' | '2023-07-18' | '2023-04-18' | '2022-09-09' | '2022-06-22' | '2022-03-02', required

## Request body

- WebhookUpdate
  - `url` string, uri — The URL of the webhook endpoints. Must be 'https://'.
  - `status` 'active' | 'paused' — The status of the webhook.
  - `enabled_events` string[] — The list of events enabled for this webhook.
  - `customer_id` string — Banking platforms webhooks only: the customer ID associated with the platform's customer.

## Response `200`

OK

- object
  - `data` WebhookObjResponse, required
    - `url` string, uri, required — The URL of the webhook endpoints.
    - `status` 'active' | 'paused', required — The status of the webhook.
    - `enabled_events` string[], required — The list of events enabled for this webhook.
    - `version` '2022-09-09' | '2023-04-18' | '2023-11-22' | '2023-07-18' | '2025-07-08', required — The webhook's version, which determines the format of the webhook event payloads.
    - `customer_id` string — Banking platforms webhooks only: the customer ID associated with the platform's customer.
    - `id` string, uuid, required — Unique identifier for the object.
    - `created_at` string, date-time, required — ISO 8601 timestamp of created time.
    - `last_updated` string, date-time, required — ISO 8601 timestamp of the last update to this object.

---

[API](https://skmtc.net/getpinwheel/apis/pinwheel.md) · [All operations](https://skmtc.net/getpinwheel/apis/pinwheel/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpinwheel/pinwheel/versions/bf20c4d4c5d3/schema)
