Terra

Integration

API
Unified API
SDK
SDK
Authentication
Authentication
Streaming
Streaming
Blood
Blood Report API
Planned Workout
Planned Workout
AI Interface
AI Interface

User engagement

Graph API
Graph API
Scores
Health Scores
Rewards
Health Rewards

Use cases

Enterprise
Enterprise
Insurance
Insurance

Developers

Wearable Data
Wearable Data
Community
Community
Documentation
Documentation

Learn

Blog
Blog
Podcast
Podcast
Events
Events
Reports
Reports

Company

Customers
Customers
Careers
Careers
Partners
Partners
Support
Support
Become an integration
Become an integration


Cookie Preferences

Essential CookiesAlways On
Advertisement Cookies
Analytics Cookies

Crunch Time: Embrace the Cookie Monster Within!

We use cookies to enhance your browsing experience and analyse our traffic. By clicking “Accept All”, you consent to our use of cookies according to our Cookie Policy. You can change your mind any time by visiting out cookie policy.

zap

Latest

zap

Popular

API

Unified API

SDK

Phone SDK

Authentication

Widget

Streaming

Streaming

Graph API

Graph API

Does Terra provide historical (backfilled) user Garmin data?

All

MolecularWalrus1 month ago

Hi Terra team, we're evaluating Terra API vs going direct to Garmin. One limitation we're running into is the Garmin API doesn't give us an ability to get backfilled user data (i.e. data from days before the user did the OAuth flow to connect Garmin to our app). Is Terra able to get that data?

Thanks!

terra

Vanessaadmin3 weeks ago

Yes! Terra supports historical data retrieval via the REST API. You can call GET /v2/activity, /v2/daily, /v2/body, or /v2/sleep with start_date and end_date parameters to backfill data from before the user connected. Requests spanning more than 28 days are treated as "large requests" and processed asynchronously, the data gets sent to your webhook in chunks.

This is one of the advantages of using Terra API, see our docs: https://docs.tryterra.co/reference/get-activity-data

Hope this helps!