GET Request Example
GET https://api.jomgaming.com/conn?gameId=1&action=playerInfo&userId=[player_user_id]&playerId=[player_game_username]&controlAuth=[jomgaming_username]&controlKey=[jomgaming_token_key]
JSON Response Example
{
"status": "success",
"result": {
"balance": "105.00",
"status": "Active"
}
}