Health Connect is Android's on-device health data hub — Rabts reads it via the mobile SDK, no OAuth required.
The athlete authorizes access via Google Health Connect's own OAuth flow — no credentials touch your servers.
Rabts maps Google Health Connect's data into the same unified schema used across every other provider — consistent units, consistent field names.
Query it through the unified REST API, or subscribe to webhooks for real-time updates as new data arrives.
curl https://api-sport.rabts.com/api/v1/users/{user_id}/timeseries \
-H "X-Open-Wearables-API-Key: YOUR_API_KEY"
No — Health Connect is on-device and SDK-based, unlike the cloud Google Health API which does require OAuth setup.
Any app the user has granted permission to — Samsung Health, Fitbit, Garmin Connect, and others can all write into the same Health Connect store.
Create a free account and start pulling normalized Google Health Connect data through one API.
Create free account