Open veronicagnecco opened 1 year ago
This is Fitbit's full public API:
https://dev.fitbit.com/build/reference/web-api/explore/
They haven't exposed the O2 or temperature sensor data endpoints.
It looks like the skin temperature and SpO2 endpoints are now available
https://dev.fitbit.com/build/reference/web-api/temperature/ https://dev.fitbit.com/build/reference/web-api/spo2/
I'd like to +1 this and add request for sleep state as per: https://dev.fitbit.com/build/reference/device-api/sleep/
Hello everyone,
The code works well for downloading HR and sleep data. However, the more recent versions of FitBit collect also Skin Temperature and SpO2 data. Is it possible to download also this information using the code? Is there a list of how are the parameters called inside fitbit arragement that I can substitute in the code?
Thanks!