API Documentation

Interactive API documentation with code samples and sandbox testing

Total Endpoints

34

Categories

7

Deprecated

2

API Version

v2.0

Categories
Endpoints
Click an endpoint to view details
POST

/api/auth/login

User Login

none10/min
POST

/api/auth/logout

User Logout

bearer30/min
GET

/api/users/me

Get Current User

bearer100/min
PUT

/api/users/me

Update Profile

bearer30/min
GET

/api/cards

List JEDI Cards

bearer60/min
POST

/api/cards/:id/unlock

Unlock Card

bearer30/min
GET

/api/challenges/daily

Get Daily Challenges

bearer60/min
GET

/api/leaderboard

Get Global Leaderboard

none30/min
Code Samples
Example code for API integration
curl -X POST https://api.jedi.com/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]", "password": "password123"}'