Update a webhook

Update a webhook

Path parameters

webhook_idstringRequired
The ID of the resource.

Headers

AuthorizationstringRequired

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

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.
triggerslist of enumsOptional
The events that will trigger the webhook
modelenumOptional

The model for the webhook trigger to monitor. Only applies to DATA_UPDATE and DATA_NEW triggers

Response

Successful response
resultobject

Errors