Skip to main content
EngageFabric home page
Search...
⌘K
Search...
Navigation
Lobbies
Find lobby by invite code
Getting Started
Introduction
Quick Start
Authentication
Guides
Player Management
Event Tracking
Analytics & Insights
Audit Logs
Team Management
Billing & Subscriptions
Custom Domains
Enterprise SSO
Core Concepts
Multi-Tenancy
Game Economy
Rules Engine
Real-Time Features
Health Monitoring
API Reference
API Overview
Error Codes
Rate Limits
Webhooks
Endpoints
API Reference
Admin - Rate Limits
Admin - Audit Logs
auth
OAuth
projects
Billing
tenants
players (admin)
players
Webhooks
health
Events
Rules
Quests
Player Quests
Leaderboards
leaderboards (admin)
Adventures
Player Adventures
Lobbies
GET
List lobbies
POST
Create a new lobby
GET
Get lobby details
DEL
Close/delete a lobby
PATCH
Update lobby settings
GET
Find lobby by invite code
POST
Join a lobby
POST
Leave a lobby
POST
Set ready status
POST
Kick a player from lobby
POST
Start the game
Chat
Super Admin
Analytics
Blog
team
enterprise
SDKs
SDKs Overview
JavaScript SDK
React Components
Resources
Changelog
Find lobby by invite code
cURL
Copy
curl
--request
GET
\
--url
https://api.engagefabric.com/lobbies/invite/{inviteCode}
Lobbies
Find lobby by invite code
GET
https://api.engagefabric.com
http://localhost:3000
/
lobbies
/
invite
/
{inviteCode}
Try it
Find lobby by invite code
cURL
Copy
curl
--request
GET
\
--url
https://api.engagefabric.com/lobbies/invite/{inviteCode}
Path Parameters
inviteCode
string
required
Query Parameters
projectId
string
required
Response
200
Lobby found
Update lobby settings
Join a lobby
⌘I