Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.sumvin.com/health
{
  "_links": {},
  "status": "healthy",
  "service": "<string>",
  "version": "<string>",
  "environment": "<string>",
  "timestamp": 123,
  "services": {
    "database": {
      "status": "healthy",
      "config": {
        "host": "<string>",
        "database": "<string>"
      }
    },
    "cache": {
      "status": "healthy",
      "config": {
        "host": "<string>",
        "port": 123,
        "db": 123
      }
    },
    "blob_storage": {
      "status": "healthy",
      "config": {
        "provider": "<string>",
        "bucket": "<string>",
        "region": "<string>"
      }
    },
    "qstash": {
      "status": "healthy",
      "config": {
        "url": "<string>"
      }
    },
    "upstash_redis": {
      "status": "healthy",
      "config": {
        "url": "<string>"
      }
    },
    "ethereum_rpc": {
      "status": "healthy",
      "config": {
        "url": "<string>",
        "chain_id": 123
      }
    },
    "kms": {
      "status": "healthy",
      "config": {
        "project_id": "<string>",
        "keyring": "<string>",
        "region": "<string>"
      }
    },
    "prelude": {
      "status": "healthy",
      "config": {
        "configured": true
      }
    },
    "gemini": {
      "status": "healthy",
      "config": {
        "configured": true
      }
    }
  },
  "settings": {
    "application": {
      "version": "<string>",
      "environment": "<string>"
    },
    "juno": {
      "log_level": "<string>",
      "gcp_project_id": "<string>",
      "gcp_region": "<string>",
      "cors_enabled": true
    },
    "debug": {}
  }
}

Headers

x-ping-key
string | null

Response

All services healthy

HAL-style hypermedia links for navigation and available actions.

status
enum<string>
required
Available options:
healthy,
degraded,
unhealthy
service
string
required
version
string
required
environment
string
required
timestamp
integer
required
services
ServicesStatus · object
required
settings
SettingsInfo · object
required