Documentation

Overview

General Requirement    

All the API functions which require change on server by user are called through HTTP POST. Every user receives an exclusive KEY on authentication. All APIs are based on timezone UTC.

Auth    

All admin API's are token based so token is required call any and all apis. login api expects username, password and captcha verification and gives token in response, using this token user can be Authenticated. The token that generates after login never expires.

List games   

Admin recieves the list of all AVAILABLE games which are imported by default. Any game can be excluded if it needs to.

Active games   

Admin recieves the list of ACTIVATED games.

Banking   

Admin can see all the bank related transactions. User can be credited or debited by admin, all the transactions can be seen by datetime and user

Reports   

There are several types of reports, Admin can either see the reports of particular user or by whole downline and by market which can be seen by datetime. There reports include the bet amount, profit/loss, bet type etc. Log of all the authentication can also be retrieved by admin.

Settings   

Admin can change settings by sport, event of market. Admin can set Limit, Market, Session and Bookmaking settings. Users below admin can also override as long as the settings fall under the constraints.

Messages   

Admin provides verious messages and notification apis for e.g Rules API (here admin post rules according game format,that rule will be display in client side ),Ticker API(Admin post the ticker,which will be display in cliet side),Commentary,Logs etc..


To check the api response: 1. Need to add token in Authorize option and save, after that click on the Try it out button now yow will see the responce of api.