cURL
curl --request POST \ --url https://api.basement.fun/launcher/get-user-scores \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "limit": 50, "skip": 0, "nonce": "<string>" }'
{ "success": true, "scores": [ { "score": 123, "nonce": "<string>", "updatedAt": 123 } ] }
Retrieve user scores for the game
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object