⭐️ lobbies.find


Description

Finds a lobby based on the given criteria. If a lobby is not found and prevent_auto_create_lobby is true, a new lobby will be created.


Code Examples

Request

POST
https://matchmaker.api.rivet.gg/v1/lobbies/find
# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/find'

Request Parameters

origin

Query parameter, optional


Request Body


Response Body

Was this page helpful?