Skip to content

Health of a game engine

GET
/gameapi/{gameCode}/health

Returns HTTP 200 and a JSON body when the game engine for gameCode is healthy. The response body shape is not specified in the documentation — treat the HTTP status as the signal.

Parameters

Path Parameters

gameCode*

Code that identifies the game to query.

Type
string
Required

Responses

The game engine is healthy. JSON body, shape unspecified.

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI