GET
/
lobbies
/
{id}
/
players
curl --request GET \
  --url https://backend.computeflow.cloud/lobbies/{id}/players \
  --header 'api-key: <api-key>'
[
  "<string>"
]

Authorizations

api-key
string
header
required

Headers

api-key
string
required

API key for authentication

client-auth-token
string

Optional client authentication token for player validation

Path Parameters

id
string
required

Lobby ID

Query Parameters

name
string
required

Name of the lobby configuration this lobby belongs to

Response

200
application/json

List of players in the lobby

The response is of type string[].