Skip to main content
POST
Create Generic Webhook Integration

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

projectId
string
required

Body

application/json
webhookUrl
string
required
Minimum string length: 1
secret
string
events
object

Response

200 - application/json

Generic webhook integration created successfully

id
string
required
projectId
string
required
webhookConfigured
boolean
required
maskedWebhookUrl
string | null
required
secretConfigured
boolean
required
maskedSecret
string | null
required
events
object
required
isActive
boolean | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required