REST API  ·  v1  ·  2026

Built for
wellbeing,
at scale.

The Onwynd API powers seamless mental wellness experiences — sessions, subscriptions, insights, and beyond.

All systems operational
Health
Verify service uptime, latency, and system timestamp in one call.
GET /api/v1/health →
onwynd-api — bash
# Verify the API is alive
$ curl -s https://api.onwynd.com/api/v1/health | jq .
{
  "status": "ok",
  "timestamp": "2026-03-24T10:42:18Z"
}

# Ready. Ship it.
$ _