GET
/
health
Check Rift online status
curl --request GET \
  --url https://router-gateway-v3-production.up.railway.app/health
{
  "status": "ok",
  "timestamp": "2026-05-04T12:00:00.000Z"
}

Response

200 - application/json

Rift online status response

status
enum<string>
required
Available options:
ok
Example:

"ok"

timestamp
string<date-time>
required
Example:

"2026-05-04T12:00:00.000Z"