Skip to main content
PATCH
Update Webhook (partial)

Authorizations

Authorization
string
header
required

HMAC-SHA256 signature. See the Authorization-Signature header parameter on signed operations.

Headers

Authorization-Signature
string
required

HMAC-SHA256 signature header: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'. The signature is computed over METHOD + path (with the /v3 prefix stripped) + timestamp.

Path Parameters

webhook_id
string
required

Body

application/json
url
string | null
Example:

"https://example.com/webhook"

subscription_events
string[]
Example:
active
boolean | null
Example:

true

Response

Webhook updated

id
string
required
Example:

"cuidjkhg3e289y74u5t6v"

url
string
required
Example:

"https://example.com/webhook"

active
boolean
required
Example:

true

webhook_secret
string
Example:

"whsec_xxxxx"

subscription_events
string[]
Example: