Skip to main content
PUT
Update Webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_id
string
required

Body

application/json

Schema for updating an existing webhook.

events
string[] | null
url
string<uri> | null
Required string length: 1 - 2083
enabled
boolean | null

Response

Successful Response

Response model for webhook API endpoints.

events
string[]
required
url
string<uri>
required
Required string length: 1 - 2083
id
string
required
secret
string
required
enabled
boolean
default:true