v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Webhooks

Partially update a webhook

Update chosen fields of a webhook. Requires a secret key.

patch/webhooks/{id}/

Path parameters

idstring required

Webhook id

Request body

urlstring
eventstring

Example request

{
  "url": "https://example.com/7dc7c920208bca93/",
  "event": "subscription.renewed"
}

Response

Successful operation