Skip to Content
API MethodsDemo Launch

Demo launch

Returns the URL that opens a game in demo (play money) mode. No player account and no wallet callbacks are involved. Only games with has_demo: 1 in the Gamelist can be launched this way.

Request

[GET] {PROVIDER_URL}/v1/rundemo?casino_id={casino_id}&game_id=19773&user_ip=127.0.0.1
ParameterTypeRequiredDescription
casino_idintegeryesprovided by the game provider
game_idintegeryesunique game id
user_ipstringyesuser’s IP address (IPv4)

Response

Successful response will be returned as a json object.

{ "code": 200, "url": "https://example.com/3rd/integrations/games/wild7fruits/?token=xxx" }
ParameterTypeDescription
codeinteger200 on success
urlstringdemo game URL to open for the player
Last updated on