Game Launch

Once you have successfully implemented the endpoint for retrieving the game session play token from here https://docs.casinowebscripts.com/articles/9647630-get-game-launchplay-session-token , then use your Games Launch API URL (which was given to you by the CWS Support) and attach the play_token to it, in order to successfully build the launch game URL.

EG: https://www.************.casino/wwwmisc/API/play_url.php?play_token=bHaGRIig31oiahwoHA51s

You must then embed your full URL (with the play_token) in an iframe as seen in the example from below:
<iframe src="https://************.casino/wwwmisc/API/play_url.php?play_token=bHaGRIig31oiahwoHA51s" width="100%" height="100%"></iframe>

IMPORTANT: Make sure to replace https://*************.casino/wwwmisc/API/play_url.php with the Games Launch API URL given to you by the CWS Staff.