This endpoint creates a new player and opens a session for them in the gaming system. If a player with the specified player token does not exist, a new player will be created, and a session will be opened. If the player already exists, only a session will be opened.
GET /platform/api/game/launch
| Name | Type | Description |
|---|---|---|
| operator_id | string | Operator id, provided by RGS |
| player_token | string | Temporary token representing the player. |
| currency | string `. | Currency ISO code. |
| language | string optional | Language code, default is ‘en’. |
| lobby_url | string optional | URL to the player’s lobby. |
| device_type | string | The type of device used for gaming MOBILE or DESKTOP. |
| game_uuid | string | Unique identifier of the game. |