Games Endpoints
GET GAME BY ID
This endpoint returns only one game according to the searched id.
GET
/
games
/
id
/
{game_id}
Headers
Authorization
string
requiredSend in each request your API KEY in request header authorization bearer token
Param
game_id
string
requiredSearch game id
Response
success
boolean
Return true if response was successfully, or false otherwise.
error
string
Return error description.
data
object
Return data with the game object