bus

Get webhooks

Returns all registered webhooks and their queue information.

get/bus/webhooks

Response

Successfully retrieved webhooks

Example response

{
  "webhooks": [
    {
      "url": "https://foo.com:8000/api/events"
    }
  ]
}

Changes