Leaderboard API Endpoints Get a leaderboard's entries GET https://api.trytalo.com/v1/leaderboards/:internalName/entries
50 results are returned per page, in the sort order defined by the leaderboard
Route params Key Required Description internalName
✅ YesThe internal name of the leaderboard
Query keys Key Required Description aliasId
❌ NoOnly return entries for this alias ID page
✅ YesThe current pagination index (starting at 0)
Sample response Show Create or update a leaderboard's entry POST https://api.trytalo.com/v1/leaderboards/:internalName/entries
If an entry exists for the player and the leaderboard mode is set to unique, that entry will be updated with the new score (and the updated key will return true)
Headers Key Required Description x-talo-alias
✅ Yes
Route params Key Required Description internalName
✅ YesThe internal name of the leaderboard
Body keys Key Required Description aliasId
❌ NoThe ID of the player's alias score
✅ YesA numeric score for the entry
Sample response Show