Demo Gameplay

Generate a URL for game launch with demo account for Player.

URL: {base_url}/api/v1/client

Method: POST

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

lang

String

Display language, please refer to Appendix: Language

N

domain

String

Url that redirects back to the website. Please refer to: Redirect to Website

N

Response

{
  "code": 0,
  "message": "Login Success",
  "data": {
    "url": "https://url-to-game-login"
  }
}

Last updated