Hi,
We just got the approval to use intraday data on our application. Sleep, steps and HR data work well. However, when I make the request
auth2_client.intraday_time_series('hrv', base_date=date)
I get the following error:
fitbit.exceptions.HTTPBadRequest: Invalid time series resource path: /hrv
What is the correct request for the hrv intraday data? I tried with the time_series as well.
Thank you
Answered! Go to the Best Answer.
Hi, thank you for the quick reply!
I managed to solve it with this line instead
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 @Axlrou
Would you please provide me with the python library you're using? I suspect the HRV endpoints have not been added to that library yet, which I can help confirm.
Hi, thank you for the quick reply!
I managed to solve it with this line instead
Best Answer