API
matchmaker.lobbies.list
API
matchmaker.lobbies.list
Lists all open lobbies.
GET https://matchmaker.api.rivet.gg/v1/lobbies/list
curl -X GET 'https://matchmaker.api.rivet.gg/v1/lobbies/list'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
game_modesrequired
array
regionsrequired
array
lobbiesrequired
array
curl -X GET 'https://matchmaker.api.rivet.gg/v1/lobbies/list'