Skip to content

Nexus

You build your product, we handle the wearable chaos.

One API, many providers

Fitbit, Garmin, Oura, and more through a single normalized format. No per-provider integration work — just one schema for all health and fitness data.

Data when and where you need it

Nexus sends your data when and where you need it so you don’t have to move a finger. Real-time webhooks, automatic retries, and dead-letter queues built in.

Provider-agnostic format

Every provider’s data normalized into one canonical schema. Compare heart rates, activities, and sleep across sources without writing transformation code.

Connect users in seconds

Drop-in OAuth flow handles tokens, refresh, and revocation. Your backend never touches provider credentials — just create a link and let your user approve.

Built for reliability

At-least-once delivery with automatic retries. Backfill historical data on demand. Deterministic IDs make deduplication trivial on your end.

You own the data shape

Every field is documented, typed, and predictable. null for missing data, never omitted. Version your integrations confidently with two-level schema versioning.

Nexus organizes health and fitness data into five stream types based on how the data is produced and delivered.

StreamWhat it isExample Types
SessionBounded activities with a start and endactivity, sleep
SnapshotPoint-in-time measurementsbody_measurement, blood_pressure, temperature
TimeseriesHigh-frequency sampled data in 15-minute chunksheart_rate_series, location_series
AggregateDaily rollupsdaily_summary
ProfileSlow-changing user metadatauser_profile

Explore all 15 event types or jump straight to the event envelope format.