Skip to main content
GET
/
api
/
v3
/
lobbies
/
{config}
/
me
/
events
Subscribe to lobby events (SSE)
curl --request GET \
  --url https://api.computeflow.cloud/api/v3/lobbies/{config}/me/events \
  --header 'api-key: <api-key>' \
  --header 'x-player-id: <x-player-id>'
{
  "error": "<string>",
  "status": 123,
  "detail": "<string>"
}

Authorizations

api-key
string
header
required

Headers

x-player-id
string
required

Unique player identifier.

Path Parameters

config
string
required

Lobby configuration name or ID.

Response

SSE stream opened. Events are sent as text/event-stream.