cURL
curl --request POST \ --url https://api.scale.computeflow.cloud/lobbies/{id}/heartbeat \ --header 'Content-Type: application/json' \ --data ' { "playerId": "player123" } '
{ "success": true, "timestamp": "2023-11-07T05:31:56Z", "playerId": "<string>" }
Lobby ID
Name of the lobby configuration this lobby belongs to
ID of the player sending the heartbeat
"player123"
Heartbeat recorded successfully