Skip to main content
PATCH
Update Webhook

Headers

Authorization
string | null

Path Parameters

webhook_id
string<uuid>
required

Body

application/json

Request to update an outbound webhook subscription.

url
string | null
Required string length: 1 - 512
subscribed_events
string[] | null
description
string | null
is_active
boolean | null

Response

Successful Response

Full webhook response.

id
string<uuid>
required
url
string
required
secret_prefix
string
required
subscribed_events
string[]
required
is_active
boolean
required
status
string
required
failure_count
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
last_success_at
string<date-time> | null
last_failure_at
string<date-time> | null
description
string | null