Skip to main content
PATCH
Update outbound webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json

Partial update. All omitted fields are preserved. Bearer secret omitted or blank preserves an existing token; type none clears it. Switching from none to bearer requires a token or returns HTTP 400.

url
string<uri>

HTTPS DNS receiver URL. IP literals, localhost, .local hosts, URL credentials, and fragments are rejected at creation. Delivery refuses private, loopback, link-local, documentation, multicast, or otherwise non-public DNS results and does not follow redirects.

events
string[]
enabled
boolean
purpose
enum<string>
Available options:
subscription,
automation,
both
auth
object
standard_webhooks
object

Response

Updated safe webhook metadata

webhook
object