cURL
curl --request POST \ --url https://api.basement.fun/launcher/track-game-sessions \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "sessionId": "<string>", "state": "<string>", "endTime": 123 }'
{ "success": true }
Track and update game session data
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object