I would like to use the subscription API to get heart rate data. Is it likely that I would hit the API limit using the subscription api for heart rate data?
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 use the 'activities' collection for heart rate data, as it comes from the tracker and would be available upon tracker sync.
You are not more likely to hit the API rate limit with heart rate than any other endpoint.
Best AnswerMy requirement is to show the live heart rate of a user in my application.
As the api limit is 150 per hour, Is it possible ?
If I get heart rate between each minutes in a session,can that be similar to real time data?
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.
@anoop_01 wrote:
My requirement is to show the live heart rate of a user in my application.
As the api limit is 150 per hour, Is it possible ?
If I get heart rate between each minutes in a session,can that be similar to real time data?
Fitbit devices only sync every 15–20 minutes. Even if you requested data every minute, you wouldn't get real time data because the devices won't have synced.
Best Answer