Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Request samples
curl --location -g --request GET '/operator/report/bets?clientId={{clientid}}&startDate={{startdate}}&endDate={{enddate}}' \
--header 'Authorization: Basic Og=='
Responses
application/json [
{
"uid": "cs1.kbyb7:sha.36yyey",
"createdDate": 1726165071,
"gameUid": "sha.36yyey",
"tileId": "blue-st.0p",
"gameReferenceCode": "NYBDCRFN",
"gameStartTime": 1726165047968,
"gameEndTime": 1726165084038,
"gameType": "BACCARAT",
"playerUid": "cs1.kbyb7",
"clientPlayerId": "kkc1ph3321f439",
"currency": "CNY",
"status": "PAID",
"totalBetAmount": 5,
"totalPayoffAmount": 0
}
]
Modified at 2024-09-14 17:42:37