Update Webhook

Update a webhook to change the events to be monitored.

SecurityAuthorization Token
Request
path Parameters
webhook_id
required
string

e506-4a29-9d42-26e504e3435e (uuid)

Request Body schema: application/json
required

To subscribe to specific events, pass an array of events that you want to subscribe to, or use the wildcard character "*" to subscribe to everything.

If you don't specify any events, all events will be sent to the webhook.

endpoint
required
string
events
required
string
status
required
string
Responses
200
put/v2/webhook/{webhook_id}
Request samples
application/json
{}
Response samples
application/json
{
  • "id": "4b67ac88-e506-4a29-9d42-26e504e3435e",
  • "webhook": {
    }
}