Skip to main content
POST
Configure your webhook

Authorizations

Authorization
string
header
required

See Authentication for the full explanation of session tokens vs. API keys and when each is used.

Body

application/json
url
string<uri>
required
Maximum string length: 191
regenerate_secret
boolean
default:false

Rotates the signing secret — do this if it may have leaked.

Response

200 - application/json

secret is the plaintext signing secret and is returned only this once (on first creation, or when regenerate_secret is true) — every later GET returns it masked.