Skip to main content
PATCH
Update Webhook Endpoint

Overview

Partial update: omitted fields are unchanged. Requires the portfolios:manage scope.

Path Parameters

string
required
Endpoint ID (whk_*).

Body Parameters

All fields optional.
string
New URL (HTTPS in production).
string | null
Description, or null to clear it.
string[]
Replace the enabled-events list.
string
active or disabled. Re-enabling an endpoint that was auto-disabled after repeated delivery failures resets consecutive_failures to 0.
object
Free-form metadata.

Response

The updated Webhook (secret redacted).

Errors

Code Examples