Skip to main content
GET
/
health
curl https://portal-api.7331.org/health
{
  "status": "healthy",
  "database": true,
  "cache": true,
  "source_hash": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
  "uptime_seconds": 86421
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

Use this file to discover all available pages before exploring further.

Returns connectivity status for the API and its dependencies. This is a lightweight public probe with no authentication required.

Response

status
string
required
Overall system status. One of: healthy, unhealthy.
database
boolean
required
Database connectivity status.
cache
boolean
required
Cache (Redis) connectivity status.
source_hash
string
required
SHA-256 hash of all backend source files. Changes on every deployment.
uptime_seconds
integer
required
Seconds since the API process started.
curl https://portal-api.7331.org/health
{
  "status": "healthy",
  "database": true,
  "cache": true,
  "source_hash": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
  "uptime_seconds": 86421
}