This Section contains the Player Selection, Assign Categories, Game Weights, Bonus, and Campaigns. This Entite Menu will be available only for Real Site. For the Coin site, this Menu is going to be hidden. Player Selection: This section is for selecting the list of players to be assigned for a bonus to be applied while […]
11. JACKPOT FEED
This service is used to fetch the accumulated jackpot amounts for the available games 11.1 Jackpot Request Type Input Method POST URL https://<OPERATOR-API-BASE-URL>/feeds/jackpot Headers “Content-Type”: “application/json” POST Parameters JSON Object Example https://<OPERATOR-API-BASE-URL>/feeds/jackpot?api_key={API_KEY} &site_id={SITE_ID} 11.2 Request Parameters Parameter Type Description Optional api_key String API KEY allocate to Operator. site_id String Site ID allocated to the Operator. […]
Sites Management
In this section, we can find the sub-section called Sites. Sites: In this section, we can manage the sites by listing the sites and managing their provider like enabling/disabling to/from the site and we can find the information of each site like operator, Domain, Bonus Engine Enabled, Lobby URL, Deposit URL, Site Code and Status of […]
3. GET GAMES API
This API request allows the operator to receive a full list of our games which are enabled for their front-end. If no games are enabled, the response will return as “empty”. This list contains details about the game types, game identifiers, image URL’s, supported platforms, supported modes, and other information useful for rendering the Operator […]
12. ERROR HANDLING AND ERROR CODE
Operators should send the error response in the following format and data: 12.1 Error Response Example { “error”: true, “code”: 5000, “message”: “InvalidSession”, “detail”: “Invalid Session”,} 12.2 Error Parameters Parameter Type Description error Bool Indicates true or false code Integer Error Code message String Human readable error message. details String Error Details 12.3 List of […]
Player Activity
In this sub-section area, we will find player activity and other revenue details.
Player Overview
In this tab, we will find the player profile where we can manage his/her profile and his balance sheet for the Current Month, Last Month, and Last 3 Months, and Lifetime revenue details and other details we can find in a tabular form. Along with these details, we can find Top 5 five favorite games, […]
Players Management
Players Search: In this sub-section of Vegas Software CMS, you will find the Player. Here users can find information related to a specific player’s information. Initially, you will be required to choose the casino site of interest from the dropdown at the top of the page. After selecting any player from the table data, you […]
4. Find your way around Vegas Software CMS
If you are new to our CMS, the best place to start is to familiarize yourself with the interface map and main controls.
10. REFUND/CANCEL API
This API call is to credit an amount to a player’s wallet when something goes wrong at the server/game-engine side and a previous debit request needs to be refunded. Its response would contain the information of any credited amount. 10.1 Refund Request Type Input Method POST URL https://<OPERATOR-API-BASE-URL>/refund Headers “Content-Type”: “application/json” POST Parameters JSON Object […]