API
⭐️ matchmaker.lobbies.join
API
⭐️ matchmaker.lobbies.join
Joins a specific lobby.
This request will use the direct player count configured for the
lobby group.
POST https://matchmaker.api.rivet.gg/v1/lobbies/join
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/join'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
lobby_idrequired
string
captcha
object
Methods to verify a captcha
Response
lobbyrequired
object
A matchmaker lobby.
portsrequired
object
playerrequired
object
A matchmaker lobby player.
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/join'