ART Games Integration API (1.0.0)
v1.0.0Game Launch Process
To launch a game, online casino should generate launch link with appropriate parameters and open it in browser.
| Parameter | Type | Description |
|---|---|---|
| game | string [game enum] | Identifies specific game. (Game Identificator) |
| user | string | ID of a player on the operators side |
| token | string | The one time token is a unique string generated by the operator, used for launch and authentication |
| currency | string [currency enum] | Game currency (currency code) |
| operator | string | operator key name |
| langoptional | string [lang enum] | Game interface language |
| return_urloptional | string [pattern url] | URL for return from game |
| account_history_urloptional | string [pattern url] | URL for the players bet history in the game menu and the reality check notification |
| irc_durationoptional | integer [seconds] | Period to stop the game and show the reality check window. |
| irc_elapsedoptional | integer [seconds] | The elapsed time from the first period of the reality check. |
URL Structure
https://{launch-url}/{game}?user={user}&token={token}&lang={lang}¤cy={currency}&operator={operator}&return_url={return_url}