Skip to main content
POST
/
lobbies
/
{lobbyId}
/
join
Join a lobby
curl --request POST \
  --url https://api.engagefabric.com/lobbies/{lobbyId}/join \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "secret123",
  "team": "red",
  "slot": 1
}
'

Path Parameters

lobbyId
string
required

Query Parameters

projectId
string
required
playerId
string
required

Body

application/json
password
string

Password for private lobbies

Example:

"secret123"

team
string

Team assignment

Example:

"red"

slot
number

Slot number

Required range: x >= 0

Response

Joined lobby