Create a webhook subscription
POST /api/v1/webhook-subscriptions
POST
/api/v1/webhook-subscriptions
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
targetUrl
required
HTTPS URL to receive webhook payloads
string format: uri
secret
required
Secret for HMAC-SHA256 signature verification
string
events
required
Array<string>
description
string | null
Responses
Section titled “ Responses ”Subscription created
object
subscription
object
id
string
teamId
string
targetUrl
string format: uri
events
Array<string>
description
string | null
isActive
integer
createdAt
string format: date-time