v1

latestOpenAPI 3.1.02026-07-134488210.8 KB
Webhooks

Update Webhook

Update a webhook. Requires the webhooks_write scope.

put/webhooks/{webhookId}

Path parameters

webhookIdstring required
Example:64e5a865a58eefeed7f05ea6

Webhook ID

Request body

Example request

{
  "webhook": {
    "callback": {
      "auth": {
        "bearer": {
          "token": "abc123"
        }
      },
      "url": "https://subscriber.example.org/events"
    }
  }
}

Response

Success