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

organizationId
string
required
id
string
required

Body

application/json
url
string

Webhook endpoint URL

Example:

"https://example.com/webhooks"

events
array[]

Events to subscribe to

Example:
isActive
boolean

Whether the webhook is active

Example:

true

Response

Webhook updated successfully with new configuration.