Skip to main content
POST
cURL

Authorizations

X-API-Key
string
header
required

Body

application/json

Configuration for registering new webhooks

name
string
required
url
string<uri>
required
events
string[]
required
signatureSecret
string
required

Secret used to sign the webhook payloads

enabled
boolean
default:true

Response

Successfully created webhook.

Webhook creation response

id
string
required

Webhook unique identifier

name
string
required

Webhook user friendly name

createdAt
string<date-time>
required

Time when the template was created

teamId
string
required

Unique identifier for the team

url
string<uri>
required
enabled
boolean
required
events
string[]
required