Update a webhook
Update a webhook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
webhook_id
The ID of the resource.
Request
This endpoint expects an object.
url
The url to send the webhook to
headers
Optional headers to send with the webhook
active
Whether the webhook is active
secret
The secret to use to sign the webhook payload.
triggers
The events that will trigger the webhook
model
The model for the webhook trigger to monitor. Only applies to DATA_UPDATE and DATA_NEW triggers
Response
Successful response
result

