Hi all, is it possible to extract data such as Heart rate and sleep stage data between 1min or 5min intervals?
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @boons11
You can extract the heart rate data in intervals of 1min and 5min. See https://dev.fitbit.com/build/reference/web-api/intraday/get-heartrate-intraday-by-date/. The sleep data is returned in 30sec segments. Check out https://dev.fitbit.com/build/reference/web-api/developer-guide/best-practices/#Interpreting-the-Slee... to understand how to read the sleep data.
Gordon
Best Answer