Samsung Health data arrives via the Rabts mobile SDK — heart rate, sleep, body composition, and more from Galaxy Watch and Samsung Health-connected devices.
The athlete authorizes access via Samsung Health's own OAuth flow — no credentials touch your servers.
Rabts maps Samsung Health'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 — it's SDK-based, so there's no OAuth flow or callback infrastructure to manage.
The user's phone syncing Samsung Health data through the SDK-integrated app.
Create a free account and start pulling normalized Samsung Health data through one API.
Create free account