Relesys API Docs

v1.4

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

Points

Give Points
POST /highscores/{highscoreId}/points
https://api.relesysapp.net/api/v1.4/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":"7b539ebc-0b17-4865-8a30-601069e84daf","userId":"648f0124-f4b3-4071-a7ba-aef1bcc6b3fc","creationDateTime":"2026-05-31T03:25:54.2163531+00:00","description":"Example description 1","isManuallyGiven":true,"isActive":true,"value":10}}
object
  data object      
   creationDateTime datetimeoffset      
   description string      
   id string / guid      
   isActive boolean      
   isManuallyGiven boolean      
   userId string / guid      
   value integer