Launch game
Launch a provider game through valkyrie
Path Parameters
- provider string required
Provider identification string. Depending on configured Valkyrie
Example: redtiger
Header Parameters
- X-Player-Token string required
Possible values:
non-emptyand<= 40 charactersPlayer game session identifier
- application/json
Request Body required
- casino string
- country string
- currency string required
- providerGameId string required
- language string
- launchConfig object
- playerId string required
- sessionIp string
Responses
- 200
- 400
Successfully launched the specified provider game
- application/json
- Schema
- Example (from schema)
Schema
- gameUrl string
{
"gameUrl": "string"
}
Invalid request
- application/json
- Schema
- Example
Schema
- string
Bad game launch call
Loading...