Top 10 scoreboard
GET/api/scores
Return the public top 10 scoreboard, ordered by score (desc), then duration (asc, nulls last), then submission timestamp (asc). Sort order is encoded into the DynamoDB sort key, so this is a cheap query.
Request
Responses
- 200
- 403
- 500
Top 10 scores (may be fewer than 10 if the scoreboard is empty).
Missing or invalid X-Game-Token header.
Server error.