GET
/
health
{
  "status": 200,
  "message": "healthy",
  "data": {
    "cpu_usage_percent": 0.06,
    "mem_usage_percent": 1.31,
    "uptime": "72h3m0.5s"
  }
}

Response

200
application/json

Database is healthy.

The response is of type object.