Skip to main content
POST
Create Webhook

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Body

application/x-www-form-urlencoded
url
string<uri>
required

Webhook endpoint URL

secret
string

Optional webhook secret for signature verification

Response

201 - application/json

Webhook created

id
string
url
string
secret
string
createdAt
string<date-time>