Apple Health is the most comprehensive data source Rabts supports — 100+ metric types via HealthKit, delivered through the mobile SDK.
The athlete authorizes access via Apple Health's own OAuth flow — no credentials touch your servers.
Rabts maps Apple 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"
You need standard HealthKit entitlements in your iOS app, same as any HealthKit integration — Rabts' SDK handles the sync and normalization from there.
It arrives whenever the user's app syncs with HealthKit — typically on app open or in the background, not via server push.
Create a free account and start pulling normalized Apple Health data through one API.
Create free account