Game Sessions
Retrieve all game sessions for the authenticated app
App API key in format:
Game sessions retrieved successfully
Unauthorized - invalid or missing session token
Internal server error
Create a new game session for the authenticated app. Optionally specify a mini game type name or ID to associate with the game session. Cannot be both name and id.
App API key in format:
Game session name
Game session description
Game session status
ACTIVEPossible values: Optional mini game type ID to associate with this game session.
Optional mini game type name to associate with this game session.
Game session created successfully
Invalid request data
Unauthorized - invalid or missing session token
Internal server error
Retrieve a specific game session by its ID
App API key in format:
Game session ID
Game session retrieved successfully
Unauthorized - invalid or missing session token
Game session not found
Internal server error
Retrieve all players registered to a specific game session
App API key in format:
Game session ID
Game session players retrieved successfully
Unauthorized - invalid or missing session token
Game session not found
Internal server error
Register an existing player to a specific game session
App API key in format:
Game session ID
Player ID to register
Player registered to game session successfully
Invalid request data
Unauthorized - invalid or missing session token
Internal server error
Update the score of a specific player in a game session
App API key in format:
Game session ID
Player ID
Player score
Player score updated successfully
Invalid request data
Unauthorized - invalid or missing session token
Game session or player not found
Internal server error
Last updated