Skip to content

Check the API is up

GET
/health
curl --request GET \
--url https://app.tunnelhq.com/api/v1/health

Answers as long as the API is running. No key needed.

The API is up.

Media typeapplication/json
object
status
required
string
Allowed value: healthy
version
required
string
uptime
required

Seconds since the server started.

integer
Example
{
"status": "healthy",
"version": "1.0.3",
"uptime": 55998
}