[POST] Launch Game Session
Launch a new game session using either demo or real mode via the Standard Launcher.
Authorizations
x-signaturestringRequired
hex(HMAC-SHA256(secret, body))
Path parameters
integrationIdstringRequired
Body
modestring · enumRequiredPossible values:
gamestringRequiredExample:
Game identifier
cosmoloottimestampnumberRequiredExample:
Unix timestamp of the request
1767225600deviceTypestring · enumOptionalExample:
Player's device type
desktopPossible values: ipstring · ipv6Optional
Player's IP address
countrystringOptionalExample:
ISO 3166-1 alpha-2 country code
DElocalestringOptionalExample:
RFC 5646 language tag
en-USreturnUrlstring · uriOptionalExample:
A URL to which the player will be redirected after the game session is finished
https://example.comdepositUrlstring · uriOptionalExample:
A URL to which the player will be redirected after the game session is finished
https://example.combrandstringOptionalExample:
Brand that is launching the game
sample_casinoResponses
201
Game session created successfully
application/json
400
Invalid request data
application/json
401
Invalid or missing signature
application/json
404
Game or integration not found
application/json
500
Internal server error
application/json
post
/api/launcher/standard/{integrationId}/v1/launchLast updated