Comment on page
Give XP from your application
You can give XP to a user straight from your app/game with a POST request. You will specify a label and a description. For example:
{
"label": "Played 3 hours",
"description": "Played 3 hours in our metaverse",
"xp": 100
}
If you did a mistake, you can remove the last XP given with a DELETE request.
Last modified 4d ago