v41

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011035599.5 KB
General

Get information about this server instance.

<h3>🛡️ Requires Capabilities: None</h3>
get/api/v1/instance

Response

{"stackTrail":"paths:/api/v1/instance:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"instanceId":"<id>","serverName":"My custom name","kioskMode":false}}

Example response

{
  "instanceId": "<id>",
  "serverName": "My custom name",
  "kioskMode": false
}