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"
}
]
}Returns all registered webhooks and their queue information.
Successfully retrieved webhooks
{
"webhooks": [
{
"url": "https://foo.com:8000/api/events"
}
]
}