Mini Game Score API
7/8/26Less than 1 minute
Mini Game Score API
Info
Mini-game score management endpoints under /v1/mini-game/score/. Requires JWT authentication with USER, PRO, or ADMIN role.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/mini-game/score/{gameId}/submit | Submit game score |
| POST | /v1/mini-game/score/{gameId}/session/start | Start game session |
| GET | /v1/mini-game/score/{gameId}/my | Get user's score |
| GET | /v1/mini-game/score/{gameId}/leaderboard | Get game leaderboard |
| POST | /v1/mini-game/score/{gameId}/leaderboard/refresh-check | Check leaderboard refresh |
Tips
Start a session before submitting scores to ensure proper tracking and validation.
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

