GET
/
api
/
v1
/
rooms
/
{roomCode}
curl --request GET \
  --url http://localhost:8787/api/v1/rooms/{roomCode}
{
  "maxPlayers": 123
}

Path Parameters

roomCode
string
required
Minimum length: 4

Response

200
application/json

Room details

The response is of type object.