Skip to main content
POST
Set your webhook URL

Authorizations

X-API-Key
string
header
required

Your API key, from the API Panel.

Body

application/json
webhook_url
string<uri>
required

Must be https://. Plain http is rejected — the payload identifies the account, and the signature is only worth having over a channel nobody can rewrite in transit.

Maximum string length: 255
Example:

"https://webhook.site/YOUR-ID"

Response

Stored.

success
boolean
Example:

true

message
string
Example:

"Webhook URL updated successfully"

data
object