Leaderboard API
Public leaderboard retrieval plus administrator level configuration endpoints.
PRO
Authentication
Leaderboard routes are split between PortalPolicy for public reads and AdminPolicy for configuration.
Endpoints
| Method | Path | Edition | Operation | What it does |
|---|---|---|---|---|
GET | /leaderboard | PRO | List Leaderboard | Returns the three leaderboards — last 7 days, last 30 days and all time — each with its top ten members and their profiles attached. |
GET | /admin/leaderboards/levels | PRO | Get Leaderboard Levels | Returns the leaderboard level definitions with their point thresholds, plus the members excluded from ranking. |
POST | /admin/leaderboards/levels | PRO | Save Leaderboard Levels | Stores the leaderboard levels and the excluded-member list, recomputing every point boundary so the levels tile without gaps. |