Webhooks

Update a webhook

PUT
Update a webhook

Path parameters

webhook_idstringRequired

Request

This endpoint expects an object.
url
stringOptional
The url to send the webhook to
headers
list of objectsOptional
Optional headers to send with the webhook
active
booleanOptional
Whether the webhook is active
secret
stringOptional
The secret to use to sign the webhook payload.

Response

This endpoint returns an object
result
object