bus
Register webhook
Registers a new webhook. Alerts is the only system that uses webhooks.
post/bus/webhooks
Request body
Example request
{
"url": "https://foo.com:8000/api/events"
}Response
Successfully registered webhook
Registers a new webhook. Alerts is the only system that uses webhooks.
{
"url": "https://foo.com:8000/api/events"
}Successfully registered webhook