Skip to content

Signal that the player closed or left the game

GET
/disconnect

Optional but recommended — some operators require it. Signals closing
or leaving of the game frontend to the operator. Pass the long-life
token from a previous /connect.

The return of this call is undetermined and the frontend does not
need to wait for it to come back.

Parameters

Query Parameters

token*

Session token. For /connect this is the short-life token received
as the token URL parameter of the game launch (valid 5 minutes,
single use). For /reconnect and /disconnect it is the long-life
token returned by a previous /connect.

Type
string
Required
Example"206fa387-9565-4fc7-b6e6-b555ae064cfc"

Responses

Call accepted. The documentation states the response is
undetermined and no payload is specified; do not depend on a body.

Samples

Powered by VitePress OpenAPI