health

Service health check

Get service health status and component versions

get/status

Response

Service status

status'healthy' | 'degraded' | 'unhealthy' required

Overall service status

versionstring required

Service version

uptimeinteger

Service uptime in seconds

Example response

{
  "status": "healthy",
  "version": "0.1.0-dev",
  "components": {
    "database": "up",
    "mta": "up"
  },
  "uptime": 3600
}

Changes