HTTP API

WebSocket

GET/ws/liveness
GET
/ws/liveness

Authorization

bearer_token
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://example.com/ws/liveness"
Empty
GET/ws/pubsub/{channel}
GET
/ws/pubsub/{channel}

Authorization

bearer_token
AuthorizationBearer <token>

In: header

Path Parameters

channel*string

PubSub channel name

Query Parameters

token?string

Response Body

curl -X GET "https://example.com/ws/pubsub/string"
Empty

On this page