Skip to main content
PUT
Update Webhook

Authorizations

Authorization
string
header
required

HTTP Bearer Authentication. Generate a shared token via /authenticate/token, then pass it as Authorization: Bearer <token>.

Path Parameters

webhookId
string
required

Body

application/json
url
string<uri>
status
enum<string>
Available options:
active,
inactive
secret
string | null

Replaces the shared secret. Send null or an empty string to remove the existing secret.

Response

Webhook response

status
enum<string>
Available options:
success
message
string
data
object

A webhook endpoint configured for the authenticated API key.