Hi
Our customer support ID is 2309412. We were approved our request to intra-day heart rate data but we still cannot access the API end-point despite multiple emails to fitbit support.
Expecting a speedy reply,
Zaf
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.
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.
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.
@zafarali @MattBelfast: Are you using OAuth 2.0? Did you ask for the 'heartrate' scope? These endpoints won't work with OAuth 1.0a.
Best AnswerHi Guys,
Im using OAuth2 and have asked for the heartrate scope on Authorising a user.
An example call im using is
https://api.fitbit.com/1/user/-/activities/heart/date/2015-08-24/2015-08-25/1min.json
Headers
Authorization: Bearer eyJhbGyadayadayadayada.yadayada
When i look at the request/response in Fiddler, I have a node for activities-heart but there is no activities-heart-intraday node
Thanks
Matt
Best AnswerHi
The endpoint Im using is
https://api.fitbit.com/1/user/-/activities/heart/date/2015-08-24/2015-08-25/1min.json
Thanks
Matt
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.
Best AnswerHi Jeremiah,
I tried the following to no avail, just to make sure my dates werent causing the issue.
https://api.fitbit.com/1/user/-/activities/steps/date/2015-08-20/2015-08-23/1min.json
https://api.fitbit.com/1/user/-/activities/calories/date/2015-08-20/2015-08-23/1min.json
My earlier API request had the date range shortened as an example just to paste here. I was initially trying to get 3-4 days worth but it was still not returning intraday.
Thanks for all your help
Matt
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.
You can only get 24 hours worth of intraday data at a time.
Cheers Jeremiah, thats me cooking with gas now. Thanks
Best Answer