Skip to main content
POST
/
api
/
integrations
/
webhooks
{
  "id": "<string>",
  "url": "<string>",
  "events": [
    {}
  ]
}

Description

Create a new webhook.

Authentication

Required (API key or JWT token)

Request Body

url
string
required
Webhook URL endpoint
events
array
required
Array of event types to subscribe to
secret
string
Optional webhook secret for signature verification

Response

id
string
Created webhook ID
url
string
Webhook URL
events
array
Subscribed events