v1

latestOpenAPI 3.0.32026-07-1481519.8 KB
Game Launcher

Create New Game

Create new game. This method is used to register a new Game Session on our server and get a URL to the game.
URL to the game contains our game launcher.

post/game-create-new

Headers

X-REQUEST-SIGNstring required

Request signature (read more in the Authentication section)

Request body

cidstring uuid required

Client's ID (internal). It's provided by us and is used to identify the client.

extcidstring

External Client's ID (game aggregator or casino). This is your ID, which helps you to identify us. We use
it in all callbacks to you.

gameidstring required

Game's ID. See the list of supported games in Game IDs section.

sessionidstring

External Client's Session ID (game integrator or casino).This is your Session ID. We use
it in all callbacks to you. Could be missed for a demo game.

providerid'playhub'

Provider ID. If you're using Playhub Integration Adapter pass playhub here.

returnurlstring

Return URL

currencystring required

Currency code in ISO4217

localestring required

Locale code in ISO639-1

demoboolean

Demo mode. If true, the game will be launched in demo mode (means no callbacks will be called on your side, and we use our demo balance for the game). If false, the game will be launched in real mode.

Response

ok

game_urlstring required
game_session_idstring uuid required
All 8 operations