OnePath Connect Documentation
Everything you need to integrate OnePath Connect into your product.
Welcome to the OnePath Connect developer documentation. You're building something that works with health data — we've handled the hard parts so you don't have to.
Where to start
Getting Started
Make your first API call in under 10 minutes
API Reference
Full endpoint reference with interactive examples
SDKs
Official TypeScript and Python SDKs
Guides
Integration guides for your use case
The One API, Explained
OnePath Connect gives your application five capabilities through a single authenticated endpoint:
| Endpoint | What it does |
|---|---|
POST /partner/v1/users/onboard | Register a user and create their FHIR record |
PATCH /partner/v1/users/{id}/health-data | Submit structured health data (FHIR R4) |
POST /partner/v1/users/{id}/lab-analysis | AI-powered lab document processing |
GET /partner/v1/users/{id}/insights | Retrieve AI-generated clinical summary |
POST /partner/v1/users/{id}/coaching-chat | Session-based conversational health AI |
All endpoints require a valid partner API key and a signed user consent token.