Skip to main content
EngageFabric home page
Search...
⌘K
Search...
Navigation
Adventures
Get active adventures (within date range)
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
GET
Get all adventures for a project
POST
Create a new adventure
GET
Get active adventures (within date range)
GET
Get an adventure by ID
PUT
Update an adventure
DEL
Delete an adventure (soft delete)
POST
Publish an adventure
POST
Archive an adventure
POST
Add a quest to an adventure
DEL
Remove a quest from an adventure
PUT
Reorder quests in an adventure
GET
Get adventure statistics
Player Adventures
Lobbies
Chat
Super Admin
Analytics
Blog
team
enterprise
SDKs
SDKs Overview
JavaScript SDK
React Components
Resources
Changelog
Get active adventures (within date range)
cURL
Copy
curl
--request
GET
\
--url
https://api.engagefabric.com/projects/{projectId}/adventures/active
Adventures
Get active adventures (within date range)
GET
https://api.engagefabric.com
http://localhost:3000
/
projects
/
{projectId}
/
adventures
/
active
Try it
Get active adventures (within date range)
cURL
Copy
curl
--request
GET
\
--url
https://api.engagefabric.com/projects/{projectId}/adventures/active
Path Parameters
projectId
string
required
Response
200 - undefined
Create a new adventure
Get an adventure by ID
⌘I