Skip to main content
PATCH
Update a webhook endpoint

Authorizations

X-Suby-Api-Key
string
header
required

Secret API key. sk_live_… (production) or sk_sandbox_… (sandbox).

Path Parameters

id
string
required
Example:

"whep_abc123"

Body

application/json
url
string<uri>
Maximum string length: 2048
Pattern: ^https?://
description
string | null
Maximum string length: 500
enabledEvents
string[]
isActive
boolean

Response

Endpoint updated

success
boolean
required
Example:

true

data
object
required

Endpoint-specific payload.

message
string