Skip to main content
POST
/
v1
/
webhooks
Create Webhook
curl --request POST \
  --url https://api.example.com/v1/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "events": [
    "<string>"
  ]
}
'
{}

Headers

authorization
string | null

Body

application/json
url
string
required
Required string length: 1 - 2048
events
string[]

Event types to subscribe to, or ['*'] for all

Response

Successful Response

The response is of type Response Create Webhook V1 Webhooks Post · object.