Skip to main content
POST
/
v1
/
webhook-subscriptions
Create an outbound webhook subscription
curl --request POST \
  --url https://api.example.com/v1/webhook-subscriptions \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Body

application/json

The body is of type object.

Response

200

Created — secret is surfaced ONCE; persist it on your side.