Game launch
Request
[POST] {PROVIDER_URL}/v1/rungame
Parameter | Type | Required | Description |
---|---|---|---|
casino_id | integer | yes | provided by the game provider |
user_id | integer | yes | user’s ID at the casino |
username | string | yes | user’s username |
user_ip | string | yes | User's IP address (IPv4) |
game_id | integer | yes | unique game id |
currency | string(3) | yes | Currency code in ISO 4217 format |
exchanged_currency | string(3) | yes | alternative currency |
token | string(32) | yes | random generated game run session token at the casino |
Response
Successful response will be returns as json
object.
{
"code": 200,
"url": "https://example.com/3rd/integrations/games/wild7fruits/?token=xxx"
}