Skip to main content
GET
/
health
{
  "status": "ok",
  "timestamp": "2024-01-10T12:00:00Z",
  "services": {
    "backend": {
      "status": "healthy",
      "version": "1.0.0",
      "uptime": 3600
    },
    "database": {
      "status": "connected",
      "type": "postgresql"
    }
  }
}

Response

200 - application/json

System health status

status
string
Example:

"ok"

timestamp
string
Example:

"2024-01-10T12:00:00Z"

services
object