v1

latestOpenAPI 3.0.02026-08-04361225.7 KB
Health

Health check endpoint with database connectivity

get/api/health

Response

The Health Check is successful

statusstring
infoobject nullable
errorobject nullable
detailsobject

Example response

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