Server API
Server
Server health and info
curl -X GET "https://loading/api/v1/health"{
"status": "string",
"uptime_secs": 0
}curl -X GET "https://loading/api/v1/info"{
"capabilities": {
"oauth_providers": [
"string"
],
"tls": true,
"tunnel_types": [
"string"
]
},
"quic_port": 0,
"version": 0
}