Skip to main content
PUT
Set the delivery endpoint (push webhook)

Authorizations

X-Auth-Key
string
header
required

Your secret API key. Create one from your dashboard.

Body

application/json
url
string<uri>
required

HTTPS delivery URL.

rotate
boolean

Force a new signing secret.

secret
string

Supply your own secret (16-256 chars) instead of a generated one; never echoed back.

Response

Webhook configured.

ok
boolean
required
url
string<uri>
required
secret
string

HMAC signing secret (whsec_...). Returned ONLY on a fresh config or a rotate, so store it; it is never shown again.