HTTP API

PubSub Debug

GET/api/v1/pubsub/debug
GET
/api/v1/pubsub/debug

Authorization

bearer_token
AuthorizationBearer <token>

In: header

Response Body

application/json

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"    ]  }}

On this page