[POST] Launch Game Session

Launch a new game session using either demo or real mode via the Standard Launcher.

Initiate new game session

post
/api/launcher/standard/{integrationId}/v1/launch
Authorizations
x-signaturestringRequired

hex(HMAC-SHA256(secret, body))

Path parameters
integrationIdstringRequired
Body
modestring · enumRequiredPossible values:
gamestringRequired

Game identifier

Example: cosmoloot
timestampnumberRequired

Unix timestamp of the request

Example: 1767225600
deviceTypestring · enumOptional

Player's device type

Example: desktopPossible values:
ipstring · ipv6Optional

Player's IP address

countrystringOptional

ISO 3166-1 alpha-2 country code

Example: DE
localestringOptional

RFC 5646 language tag

Example: en-US
returnUrlstring · uriOptional

A URL to which the player will be redirected after the game session is finished

Example: https://example.com
depositUrlstring · uriOptional

A URL to which the player will be redirected after the game session is finished

Example: https://example.com
brandstringOptional

Brand that is launching the game

Example: sample_casino
Responses
post
/api/launcher/standard/{integrationId}/v1/launch

Last updated