Skip to main content
GET
/
v1
/
health
curl https://api.aioka.io/v1/health
{
  "status": "ok",
  "version": "1.0.0",
  "environment": "production",
  "timestamp": "2026-04-03T10:22:00Z"
}

Overview

Public endpoint used by Railway for container health checks and uptime monitors. Returns service status, version, and environment. No authentication required. Tier: Public ✅ — No API key required Cache: None

Response Fields

FieldTypeDescription
statusstringAlways "ok" when healthy
versionstringCurrent API version
environmentstringDeployment environment
timestampstringCurrent UTC timestamp (ISO 8601)
curl https://api.aioka.io/v1/health
{
  "status": "ok",
  "version": "1.0.0",
  "environment": "production",
  "timestamp": "2026-04-03T10:22:00Z"
}

Response

200 - application/json

Service is healthy

status
string
required
version
string
required
environment
string
required
timestamp
string<date-time>
required