v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Webhooks

Update a single webhook

put/webhooks/{WebhookID}

Path parameters

WebhookIDstring required

Request body

Descriptionstring
Urlstring
Eventsstring[]
Activeboolean

Example request

{
  "Description": "Webhook 1",
  "Url": "https://webhook.site/e32b4f8f-f6c492d7c1d2d",
  "Active": true
}

Response

Success