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 --request GET '/operator/tiles' \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og=='
Responses
application/json [
{
"id": "TI",
"type": "LIVE",
"name": {
"en_US": "Baccarat",
"ja_JP": "バカラ",
"ko_KR": "바카라",
"zh_CN": "百家乐",
"zh_TW": "百家樂"
},
"table": {},
"limits": [
{}
],
"trend": {},
"image": "https://fl.vegaslounge.live/cdn/images/lobby/TI.jpg",
"url": "https://fl.vegaslounge.live/?ti=TI&gl=GL&client_id=VL001"
}
]
Modified at 2024-07-20 11:31:31