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

Response

System is healthy

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