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

Documentation Index

Fetch the complete documentation index at: https://docs.aioka.io/llms.txt

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

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

Aliases

The health check is available at multiple paths for convenience:
PathPurpose
GET /v1/healthPrimary health endpoint
GET /v1/health/liveRailway liveness probe (same response, not in OpenAPI spec)

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