Skip to main content
POST
Create Webhook

Body

application/json

Request to register a webhook subscription.

url
string
required
events
string[]
required
secret
string | null

Response

Successful Response

Response for a single webhook subscription.

id
string
required
url
string
required
events
string[]
required
active
boolean
required
created_at
string
required
consecutive_failures
integer
default:0
last_delivery_at
string | null