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"
{
  "quic_port": 0,
  "version": 0
}