Skip to main content
POST
Create Webhook Public

Authorizations

X-API-Key
string
header
required

Body

application/json

Schema for creating a new webhook.

name
string
required

Webhook name

Required string length: 1 - 255
url
string<uri>
required

URL to receive webhook notifications

Required string length: 1 - 2083
events
string[]
required

Events to subscribe to

Minimum array length: 1

Response

Successful Response

Schema for webhook response including secret (only on create).

id
string<uuid>
required
name
string
required
url
string
required
secret
string
required
events
string[]
required
isActive
boolean
required
createdAt
string<date-time>
required