Get Game List
The integrator can retrieve the list of games currently available for integration with OMG by calling this API.
LoadList
Headers
Name
Value
Body
Name
Type
Description
Response Data Example
{
"code": 0,
"msg": "success",
"data": {
"glist": [
{
"gameid": "9",
"name": "Mines",
"platform": "1",
"gametype": 1,
"status":1,
"real_game_id":"9"
}
]
}
}{
"code": 10002,
"msg": "sign invalid"
}Response Example Parameter Descriptions
Name
Required
Type
Description
Platform Field Description
Value
Description
platform_sub_brand Description
Value
Description
Gametype Parameter Description
Type
Description
Error Code
Last updated