Launch Game in Demo Mode
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
referencestringRequired
Game reference (e.g., Monkey)
languagestringRequired
Player language in ISO 639-1 format (e.g., en, fr). See ISO 639-1 for valid codes.
currency_codestringRequired
Currency code in ISO 4217 format (e.g., EUR, USD). See ISO 4217 for valid codes.
lobby_urlstringRequired
URL to redirect back to the operator site.
is_mobilebooleanRequired
True if it's a mobile client.
is_demobooleanRequired
True for demo mode.
Responses
200
Successfully returned demo game URL.
application/json
statusstringRequired
game_urlstringRequired
401
Unauthorized - Missing or invalid token.
application/json
post
/api/playLast updated