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":"62cd26e5-35a8-4d3d-ad7b-604e13916f4c","userId":"566d5038-dc20-4f42-8130-ba68bdbb9f2d","creationDateTime":"2026-04-17T11:30:48.7086516+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