Fitbit covers workout activity today, with sleep, HRV, and SpO2 support in progress as we build out Fitbit's own API surface.
The athlete authorizes access via Fitbit's own OAuth flow — no credentials touch your servers.
Rabts maps Fitbit'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"
Not yet — workout data is live; sleep, HRV, and SpO2 processing is in development.
Fitbit's webhook API isn't wired up on our side yet, so Fitbit syncs on a polling schedule rather than instantly.
Create a free account and start pulling normalized Fitbit data through one API.
Create free account