Skip to main content
GET
/
health
Check system health
curl --request GET \
  --url https://api.dev.knowmio.com/api/health \
  --header 'x-api-key: <api-key>'
{
  "status": "healthy",
  "timestamp": "2023-11-07T05:31:56Z",
  "database": "connected"
}

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Response

System is healthy

status
enum<string>
Available options:
healthy
timestamp
string<date-time>
database
enum<string>
Available options:
connected