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

Raw Sensor data using web API

Hi

 

I wonder if I can get access to the raw (1-sec frequency) data of my Fitbit Sense using the web API. Apparently, it was not available back in 2014, but I wanted to reach out and see if anything has changed.

Best Answer
0 Votes
2 REPLIES 2

Hi @STMICGM I've moved your post to the API development board. 

Best Answer
0 Votes

Hi @STMICGM,

 

Thanks for your interest in accessing 1sec detail level heart rate data.

 

With the web API, you can only pull data at rest, meaning you'll need to sync your Sense to the Fitbit app before you can fetch the data. The endpoint you'd use to fetch this data is the Intraday Heart Rate Time Series endpoints. If you'd like to test this endpoint, you can do it with the Fitbit API Explorer

 

If you're looking to fetch real-time/raw data with 1sec detail level, you'll want to use the Device API and SDK to create a clock face. You can get further assistance from other developers and our moderators in the SDK forum here.

 

I hope this helps. Let me know if you have any additional questions.

Best Answer