Interactive API documentation with code samples and sandbox testing
Total Endpoints
34
Categories
7
Deprecated
2
API Version
v2.0
/api/auth/login
User Login
/api/auth/logout
User Logout
/api/users/me
Get Current User
/api/users/me
Update Profile
/api/cards
List JEDI Cards
/api/cards/:id/unlock
Unlock Card
/api/challenges/daily
Get Daily Challenges
/api/leaderboard
Get Global Leaderboard
curl -X POST https://api.jedi.com/api/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]", "password": "password123"}'