Skip to main content
PUT
Create or update the webhook endpoint for the current mode

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
url
string

Webhook URL

Example:

"https://example.com/webhook"

is_active
boolean

Whether the webhook endpoint is enabled

Example:

true

Response

Webhook endpoint saved successfully.