Skip to main content
POST
Create webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Body

application/json

POST body.

url
string
required
Required string length: 1 - 2048
secret_ciphertext
string
required
secret_fingerprint
string
required
Required string length: 1 - 4
event_subscriptions
CreateValidator · object[] | null

Response

The created webhook.

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
url
string | null
secret_fingerprint
string | null
disabled_at
string<date-time> | null
last_triggered_at
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
event_subscriptions
FullValidator · object[] | null
deliveries
FullValidator · object[] | null