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
}