Get Provider List
POST https://meiyunyunapi.com/gambling_api/provider_list
Request Ex:
{
"agent_code": "YOUR_AGENT_CODE",
"agent_token": "YOUR_AGENT_TOKEN",
"game_type": "slot" // "casino"
}
Response Ex:
// Success:
{
"status": 1,
"msg": "SUCCESS",
"providers": [
{
"type": "slot",
"code": "PRAGMATIC",
"name": "Pragmatic Play",
"backoffice": "gold"
},
...
]
}
// Failure:
{
"status": 0,
"msg": "INTERNAL_ERROR"
}
Last updated