Leaderboard API
Leaderboard endpoints let you retrieve and manage rankings and leaderboards for users and projects.
- Authentication: All endpoints require a valid JWT Bearer token.
See JWT Authentication for token usage.
Endpoints Overview
GET /user/{userId}/leaderboardβ Get leaderboard slice for userPOST /user/{userId}/leaderboardβ Join leaderboardGET /user/{userId}/rankβ Get user rankGET /project/{projectId}/leaderboardβ Get project leaderboard
GET /user/{userId}/leaderboard β Get User Leaderboard View
Endpoint details coming soon.
POST /user/{userId}/leaderboard β Join Leaderboard
Endpoint details coming soon.
GET /user/{userId}/rank β Get User Rank
Endpoint details coming soon.
GET /project/{projectId}/leaderboard β Get Project Leaderboard
Endpoint details coming soon.