Public
Get health of API
Returns a health information of API and list of the health of its dependent services
get/health
Response
Health information and list of dependent services health
Example response
{
"version": {
"build_time": "2020-06-11T12:49:20+01:00",
"git_commit": "7c2febbf2b818175112478d4ffbadbee1b654f63",
"language": "go",
"language_version": "go1.14.3",
"version": "1.0.0"
},
"uptime": "34516",
"start_time": "2020-06-11T11:49:21.520922Z",
"checks": [
{
"message": "mongodb is OK",
"last_checked": "2020-06-11T11:49:50.330089Z",
"last_success": "2020-06-11T11:49:50.330089Z"
}
]
}