Skip to content

Implemented by you: liveness probe

GET
/health

Mandatory. Must return HTTP 200 and a JSON structure with
information about game health. The format is free. Can also be used for
testing purposes.

Not signed and not IP-restricted: this is a liveness probe used by
external monitoring, so do not require a signature and leave it
reachable from any IP.

Responses

The game is healthy. Payload format is free.

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

Samples

Powered by VitePress OpenAPI