v4

OpenAPI 3.1.02026-08-034697208.8 KB
Webhooks

Update Webhook

Update webhook.

put/webhooks/{webhook_id}

Path parameters

webhook_idstring uuid required

UUID of the webhook.

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

Version identifier specifying how the Pinwheel API should behave. See the Change Management page for more information.

Request body

urlstring uri

The URL of the webhook endpoints. Must be 'https://'.

status'active' | 'paused'

The status of the webhook.

enabled_eventsstring[]

The list of events enabled for this webhook.

customer_idstring

Banking platforms webhooks only: the customer ID associated with the platform's customer.

Response

OK