3. Fetch Available GamesAPI Endpoint GET http(s)://<Regional Server (Staging / Production)>/games
Success Response (200 OK) {
"data": {
"games": [
{
"tabs": "ALL,New",
"id": "123456789876543456786",
"gameCode": "releasethekraken2",
"gameId": "releasethekraken2",
"gameName": "Release the Kraken 2",
"defaultImg": "https://...",
"gameUrl": "https://...",
"tags": [],
"type": "rummy"
},
{
"tabs": "ALL,New",
"id": "123456789876543456787",
"gameCode": "releasethekraken2",
"gameId": "releasethekraken2",
"gameName": "Release the Kraken 2",
"defaultImg": "https://...",
"gameUrl": "https://...",
"tags": [],
"type": "rummy_lobby"
}
],
"params": {
"lobbyURL": "<operator_lobby_url>",
"server": "https://<regional_server>/",
"lang": "en",
"operatorId": "XXXXXXXXX-XXXXXX"
}
}
} |
GET
Fetch Games API
https://cloudaggregator.net/api/t/69c95b689c78d5d6515fd682/games?filter[isActive]=true