common

Check API and database health status

get/health

Response

The Health Check is successful

detailsobject
errorobject nullable
infoobject nullable
statusstring

Example response

{
  "details": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "info": {
    "database": {
      "status": "up"
    }
  },
  "status": "ok"
}

Changes