latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

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"
}