v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Webhooks

Create Webhook

Used to create a webhook, the Url given must be reachable for the webhook to be successfully created

post/webhooks

Request body

Descriptionstring
Urlstring
Eventsstring[]

Example request

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

Response

Success

Successboolean