Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get Realtime HR from Fitbit Device app to a Web API

Hi Folks,

 

I have a specific requirement to get live HR details from the device when the user asks for it in my own application.
How can I get it from fitbit app using web api or any better option?

Best Answer
0 Votes
1 REPLY 1

Messaging or file transfer from watch to companion.

fetch() or WebSocket (preferably) from companion to your application.

Web API is not real-time.

Peter McLennan
Gondwana Software
Best Answer
0 Votes