Game Performance Report

It will allow the operators to view games data. The path for the Game Performance Reports is Reports->Games->Game Performance Report As shown in the above screen you can choose the date range from date and end date, so that it will display the data for the selected date range.

PlayerCheck() API

This API request enables the operator to check weather player is gaming or not. PlayerCheck() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/is-player-gaming/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “wefytuhfyfkw”, “username”: “test_player”, “password”: “785956”} Parameters Type Description api_key String API Key allocated to each front-end username String Player’s username. password String […]

BonusList() API

This API request enables the operator to get the list already awarded bonuses. BonusList() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/bonus-list/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{    “api_key”: “15OY0Rx1BC0hYbCm”,    “start_date”: “2021-01-19 14:00:00”,    “end_date”: “2021-01-30 15:00:00”,    “limit_level”: 1,    “player_id”: “24”} Parameters Type Description api_key String API Key allocated to each front-end start_date String Date time from which this bonus can be used. format = […]

GameRoundHistory() API

This API request enables the operator to check the specific round history as in a graphical representation. GameRoundHistory() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-round-history/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “bb0pxymddfe41b2m”, “game_id”: 1032, “player_id”: “785956”, “round_id”: “785956”, “language”: “en”} Parameters Type Description api_key String API Key allocated to each […]

PlayerBonusBalance() API

This API request enables the operator to check the campaign history of specific player. PlayerBonusBalance() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/get-bonus-balance/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “qg0pBDmfGEe4jbGm”, “campaign_id”: “78005”, “player_id”: “271061”} Parameters Type Description api_key String API Key allocated to each front-end campaign_id String ID of the respective […]

CancelBonus() API

This API request enables the operator to cancel the awarded bonus free spins (promotional free spins). CancelBonus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/cancel-campaign/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{    “api_key”: “15OY0Rx1BC0hYbCm”,    “promo_freespins_id”: “202187654”} Parameters Type Description api_key String API Key allocated to each front-end    promo_freespin_id String This ID will be sent […]