Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Highscore Levels

Get Level
GET /highscores/{highscoreId}/levels/{highscoreLevelId}
https://api.relesysapp.net/api/v1/highscores/{highscoreId}/levels/{highscoreLevelId}
Get the highscore level with ID highscoreLevelId.

Please note: This endpoint is only available if highscore levels have been enabled for the account.
Scopes: relesys.api, relesys.api:read, relesys.api.highscores, relesys.api.highscores:read
URL Path
highscoreId string / guid required
highscoreLevelId string / guid required
Responses
application/json
JSON
{"data":{"id":"859f33ae-fef3-4750-abb5-2e7795657921","name":"Highscore level name example","externalId":"External Id example","requiredPoints":100}}
object
  alias string      
  id string / guid      
  name string      
  requiredPoints integer