Skip to main content
EngageFabric home page
Search...
⌘K
Search...
Navigation
Lobbies
Start the game
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
Start the game
cURL
Copy
curl
--request
POST
\
--url
https://api.engagefabric.com/lobbies/{lobbyId}/start
Lobbies
Start the game
POST
https://api.engagefabric.com
http://localhost:3000
/
lobbies
/
{lobbyId}
/
start
Try it
Start the game
cURL
Copy
curl
--request
POST
\
--url
https://api.engagefabric.com/lobbies/{lobbyId}/start
Path Parameters
lobbyId
string
required
Query Parameters
projectId
string
required
playerId
string
required
Response
200
Game started
Kick a player from lobby
List chat channels
⌘I