Health Check

Get the health of the service

Check the health of the service.

get/v2/health-check

Response

The health of the service

status'error' | 'ok' | 'shutting_down'
infoobject nullable
errorobject nullable
detailsobject

Example response

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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.