GET /info
Get basic system information and status
/info
GET
Get basic system information and status
{
"host": "example-string",
"thread": "example-string",
"core": {
"version": "example-string",
"build": "example-string"
},
"entity": "example-value",
"flags": [
"example-string"
],
"features": [
"example-string"
],
"production": true
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
*public |
No authentication required - public endpoint |
Back to System Information Return to the System Information category to view other endpoints All API Categories Browse all available API categories