Relesys API Docs

v1

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

Points

Give Points
POST /highscores/{highscoreId}/points
https://api.relesysapp.net/api/v1/highscores/{highscoreId}/points
Give points to a given user with userId to the highscore with ID highscoreId.
Scopes: relesys.api, relesys.api:write, relesys.api.highscores, relesys.api.highscores:write
URL Path
highscoreId string / guid required
Request Body
application/json
object
  description string Max length: 128 required
  userId string / guid required
  value integer required
Responses
application/json
JSON
{"data":{"id":"200b978f-c63f-472f-8157-323a4bdf1cef","userId":"1c3f2940-379b-4a9a-ae2a-f7581cd6e3ce","creationDateTime":"2025-05-02T02:30:09.0149127+00:00","description":"Description example 1","isManuallyGiven":true,"value":10}}
object
  data object      
   creationDateTime datetimeoffset      
   description string      
   id string / guid      
   isManuallyGiven boolean      
   userId string / guid      
   value integer