English
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
UUID string that uniquely identifies the play session
JSON string containing structured game state data (max size 1MB)
Timestamp in milliseconds marking the end of the session
Successful response