I use a fitbit versa 3.
I want to extract some data via python.
I have accessed the data including web API ex. heart rate, steps.
Next, I want to extract raw acceleration data, which include device API.
How do I enter the python code?
Answered! Go to the Best Answer.
Best AnswerStart here. It may not look like you're using the Device API, but `document` is an object in the Device API. Browse the Guides and Reference sections.
Thank you Peter
I will try it.
Could you introduce me the sample or web site described how to access the Device API using JavaScript?
Best Answer