Skip to main content
PATCH
Update Webhook Endpoint
Updates an existing webhook endpoint’s configuration. Only included fields are modified.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.
string
required
Webhook endpoint identifier.

Request Body

All fields are optional.
string
Updated webhook delivery URL. Must be a valid HTTPS URI.
string
Updated description.
string[]
Updated list of subscribed event types.
boolean
Set to false to pause deliveries, true to resume.

Response

Returns the updated webhook endpoint object.

Example