So I want to pull data from the Fitbit cloud to my database by using Fitbit API in real time. But as far as I am concerned, data only gets updated when you access the Fitbit app on your phone and swipe to sync the data to the cloud? Please correct me if I am wrong, but is it possible you to not have the Fitbit app on 247 but still be able to pull real time data using the API?
Answered! Go to the Best Answer.
Web API data is only updated whenever the watch syncs (which should happen automatically every 20 minutes or so, if possible).
Realtime data can be obtained using the Device and Companion APIs. Sending it to an external system (server, database) is difficult but possible.
Web API data is only updated whenever the watch syncs (which should happen automatically every 20 minutes or so, if possible).
Realtime data can be obtained using the Device and Companion APIs. Sending it to an external system (server, database) is difficult but possible.
Could you please outline how it would be possible? How to use the Device and Companion APIs to send realtime data to server. That would be very helpfull!
Best Answer