Skip to main content

CreateNewGameResponse

gameURLstringrequired

Launcher URL of the created game. Open it (e.g. in an iframe or a redirect) to load and start the game for the player. The URL is tied to the created game session.

Example: https://launcher.swipegames.io/?gsID=550e8400-e29b-41d4-a716-446655440000
gsIDuuidrequired

Game Session ID — Swipe Games's own unique identifier of the game session created by this request. Use it to reference the session in subsequent API calls.

Note: this is NOT the sessionID you sent in the request. sessionID is your external session reference (echoed back in callbacks), while gsID is generated by Swipe Games and is unrelated to it. See Game Session for details.

Example: 550e8400-e29b-41d4-a716-446655440000
CreateNewGameResponse
{
"gameURL": "https://launcher.swipegames.io/?gsID=550e8400-e29b-41d4-a716-446655440000",
"gsID": "550e8400-e29b-41d4-a716-446655440000"
}