Update a webhook

PUT
/v1/webhooks/:webhook_id

Update a webhook

Path parameters

webhook_idstringRequired

The ID of the webhook to update

Request

This endpoint expects an object.
urlstringOptional

The url to send the webhook to

headerslist of objectsOptional

Optional headers to send with the webhook

activebooleanOptionalDefaults to false

Whether the webhook is active

secretstringOptional=10 characters

The secret to use to sign the webhook payload.

Response

Successful response

resultobject

Errors

Built with