Launch game in Real Mode
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ip_addressstringRequiredExample:
196.168.1.145player_idstringRequiredExample:
The unique user ID in the Operator system.
888balanceintegerRequiredExample:
Player's balance in subunits. You can get subunits to units fraction(e.g., cents for EUR). Follows ISO 4217 standards.
1000referencestringRequiredExample:
MonkeylanguagestrinRequiredExample:
Player language in ISO 639-1 format (e.g., en, fr). See ISO 639-1 for valid codes.
encurrency_codestringRequiredExample:
Currency code in ISO 4217 format (e.g., EUR, USD). See ISO 4217 for valid codes.
EURcountrystringRequiredExample:
Country of the player (ISO 3166-1 alpha-2). See ISO 3166-1 for details.
MTjurisdictionstringRequiredExample:
Jurisdiction of the player. Available values include: AT, BS, BG, BE, CH, CZ, DK, UK, IT, IE, ES, PT, RO, MT, PH, LT, LV, EE, SE, CO, GG, BY, RS, IM, GR, DE, NL, NO, X1, ZA, UA, 99, CA-ON, HR.
MTlobby_urlstringRequiredExample:
https://www.google.comis_mobilebooleanRequiredExample:
falseResponses
200
Successful launch of game session
application/json
401
Unauthorized - Missing or invalid token
application/json
post
/api/playLast updated