Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27

Path Parameters

id
string
required
Pattern: ^whe_[0-9a-f]{32}$

Body

application/json
expected_version
integer
required
Required range: x > 0
url
string
Maximum string length: 2048
Pattern: ^https:\/\/[^\s]+$
event_types
object | null
status
enum<string>
Available options:
active,
disabled

Response

Success

id
string
required
Pattern: ^whe_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
url
string
required
Maximum string length: 2048
Pattern: ^https:\/\/[^\s]+$
event_types
object | null
required
status
enum<string>
required
Available options:
active,
disabled
disabled_reason
enum<string> | null
required
Available options:
delivery_failures
consecutive_failures
integer
required
Required range: x >= 0
last_success_at
string | null
required
last_failure_at
string | null
required
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required