funnel
Server API

Server

Server health and info

Get_health

GET
/health

Response Body

curl -X GET "https://loading/api/v1/health"
{
  "status": "string",
  "uptime_secs": 0
}

Get_server_info

GET
/info

Response Body

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