v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Webhooks

Update Webhook

This requests updates a Webhook.

Parameter Type Required? Description

endpoint URL Optional The webhook URL.

type String Optional The type of webhook. Refer to GET webhooks for type values

enabled Int Optional Enable (1) or disable a webhook(0)

patch/v2/webhooks/{webhookID}

Request body

endpointstring uri
typestring
enabledinteger

Response

Update Webhook

successboolean