HTTP API
PubSub Debug
GET/api/v1/pubsub/debug
curl -X GET "https://example.com/api/v1/pubsub/debug"{ "message_receiver_running": true, "redis_connected": true, "redis_subscriptions": [ "string" ], "websocket_connections": { "property1": [ "string" ], "property2": [ "string" ] }}