Skip to main content
GET
/
chat
/
lobby-one
Get Lobby One Chat (Semi-Live)
curl --request GET \
  --url https://api.example.com/chat/lobby-one
[
  {
    "lobbyId": "<string>",
    "message": "<string>",
    "uuid": "<string>"
  }
]

Response

Successfully retrieved lobby one chat messages

lobbyId
string
message
string
uuid
string