How to get the heart rate in standalone app where I want to show the heart rate of the logged in user.
I am using below url which will give resting heart rate, But I need to show Actual Heart rate in my application.
https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json.
Best AnswerYou are more likely to get help from the Web API Development board or the SDK Development board.
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.
The heart rate data collected on the device throughout the day (historical) can be retrieved using the Heart Rate Web API endpoints. This data is sync'd automatically every 15 minutes when your device is near a bluetooth or wi-fi connection. If you need the live heart rate data collected on the Versa and Ionic, you'll need to look at the SDK APIs. There is sample code posted here for that use case. Also, you can post questions to the SDK Development Forum for help.
Best Answer