4. Game Launch FlowOnce the user selects a Rummy game: Step 1: Generate Launch UrlAPI Endpoint POST http(s)://<Regional Server (Staging / Production)>/get_launch_url {
"playerToken": "<operator_player_token>",
"account": "<player_uuid>",
"gameId": "<game.id>",
"operatorId": "<operator_id>",
"device": "desktop | mobile"
}
Success Response {
"success": true,
"data": {
"launchGameUrl": "<Rummy / Rummy Lobby Launch Url>"
}
}This URL launches the Rummy game session Even on failure, API may return: {
"success": false,
"message": "Please try again after sometime"
}Step 2: Launch UrlNow operator can open the generated launch url in to Iframe, WebView or in new browser tab based on operator site / app implementation.
![]() |
GET
Game Launch API
Effective URL
https://cloudaggregator.net/api/t/69c95b689c78d5d6515fd682/v2/game/launch?operator_id=CA_OP_1048&game_id=69ca6867ff3c1e8b7dcd26b6&session_id=CA_OP_1048_1529104365889314816&account_id=1177256413013868544¤cy=EUR&language=bg_BG&mode=real&country=BG&device_type=DESKTOP&is_test_account=true
Required Parameters
Optional Parameters
