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

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successfully retrieved lobby one chat messages

lobbyId
string
message
string
uuid
string