When I call heart rate API like below, the dataset may sometimes be empty(I think it's maybe often).
https://api.fitbit.com/1/user/-/activities/heart/date/2022-06-09/1d/1sec/time/11:32/11:33.json
I thought it was a synchronization problem and check the fitbit app, but the heart rate data is normal.
Can't it be in a short time? or is there minimum time period?
Answered! Go to the Best Answer.
You can get the heart rate in real time, but not using the Web API as in your first post. Web API data is only updated when the watch syncs, so can be 20+ minutes behind.
You can get the heart rate in real time, but not using the Web API as in your first post. Web API data is only updated when the watch syncs, so can be 20+ minutes behind.