Demo Gameplay
Generate a URL for game launch with demo account for Player.
URL: {base_url}/api/v1/client
Method: POST
Header
Name
Type
Value
Required
API
String
demo
Y
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Body
Name
Type
Description
Required
game_code
String
Games code, please refer to the game list provided separately
Y
is_mobile
String
0
Desktop view
1
Mobile view
N
Response
{
"code": 0,
"message": "Login Success",
"data": {
"url": "https://url-to-game-login"
}
}
Last updated