/health

GET

API to query the app for current health status

Responses

200: OK

Example value
{
  "checks": [
    {
      "last_checked": "2020-06-11T11:49:50.330089Z",
      "last_failure": "2019-09-22T11:48:51.0000001Z",
      "last_success": "2020-06-11T11:49:50.330089Z",
      "message": "mongodb is OK",
      "name": "mongodb",
      "status": "OK"
    }
  ],
  "start_time": "2020-06-11T11:49:21.520922Z",
  "status": "OK",
  "uptime": "34516",
  "version": {
    "build_time": "2020-06-11T12:49:20+01:00",
    "git_commit": "7c2febbf2b818175112478d4ffbadbee1b654f63",
    "language": "go",
    "language_version": "go1.14.3",
    "version": "1.0.0"
  }
}

500: Internal Server Error