Not able to fetch data through api
I have generated a valid token for my account and now when I use the api for fetching my watch data, it shows a generic data response for any date that I provide. could you please help if i am missing something
I have generated a valid token for my account and now when I use the api for fetching my watch data, it shows a generic data response for any date that I provide. could you please help if i am missing something
Hello Fitbit Team,Following up on the unresolved issue of unsubscribing users with invalid tokens, as discussed in this thread: Unsubscribe from notifications with expired Access TokenWe are facing the same problem with our Decathlon application (Cli...
Im trying to put together a type definition for 'activity log list' data. I see empty values for 'intervalWorkoutData' in the data but there's nothing in the docs to describe this."intervalWorkoutData":{"intervalSummaries":[],"numRepeats":0}
I am attempting to get the intraday data for my research study application (research study application and intraday application are both approved) but when I am making the requests for intraday heart rate or steps, it is not giving me the detailed in...
This API is designed to retrieve logs within a specified date range, and according to the reference, it has a limitation: “Maximum range: 100 days.”In my tests, it used to allow fetching logs for 101 days — from the startDate up to 100 days later, in...
Questions About Nutritional Data Sources and User Input ManagementHi everyone, I’m researching how nutritional databases work within popular health and fitness applications, and I’d like to understand a few things better:Data Sources: Where do the nu...
Hi,I have a strange error. I try to get the last 25 activities of a user. I set the actual date as before data and set the sort option to descending. But the last data I get ist from January 2024, instead of data from 2025.My link:https://api.fitbit....
I have an issue that I cannot unsubscribe users from notification because I only have SubscriptionId and UserVendorId received from the notification. I don't have user token and secret. Any suggestion on how to unsubscribe the user ?
Hi everyone,I’m experiencing an issue with the Fitbit mobile application. Although it appears to be tracking my data during activities, nothing shows up in the activity list once I finish. Additionally, the API returns the following summary: {"activi...
My application started receiving 404s when requesting data from the Fitbit Web API starting on July 18th and continuing until now. There have been no recent updates to our code, and these our the first Fitbit API errors we've logged in many years.Her...
I am trying to parse through my activity logs and am having trouble parsing through the information given. Since I am trying to reach a broad audience for my application, I need to be prepared for all Fitbit public activity types (ignoring private on...
Hi,I am developing an app for a partner that will need more than 150 API requests per hour for each user.How shall we do that?Thanks,Nicholas
Hello Fitbit Developers,I am running a clinical trial using Fitbit devices and have a few questions about the migration to Google accounts. Right now, we are using a python script to pull activity data from users' accounts. The accounts are set up wi...
Is it possible to get specific metrics like heart rate via the web API without requiring the user to open the fitbit app in order to sync?
Hi all, I work for a research support office at a hospital and we are working to integrate Fitbit with our data platform so that study teams can get up to date data from participants on a daily basis. We’ve made considerable progress in generating an...
Hello, I am creating an app that will require access to the heart rate value from the Web API. How do i get the same like this{ "activities-heart": [ { "customHeartRateZones": [], "dateTime": "today...
The clarification is needed to understand when the distance property on /activity resource is missing. The distance is optionally included but the description is vague: "distance only included when it is relevant". Source: https://dev.fitbit.com/buil...
Hi, We have been troubleshooting an issue where a user of our application reports having data for both sleep time and heart rate for certain dates, as evidenced by screenshots in app: However from our end, we received an API response with missing dat...
I have been looking at sleep log data and trying to discern whether it has been modified since it's original creation date. Unfortunately, it does not appear that the standard API calls support this information. So my question is... How can I tell i...
Following URL in iOS mobile client worked fine till today, 28th of April 2021 - https://www.fitbit.com/oauth2/authorize
Data information exists until 2021-04-18.There is no data information from 2021-04-19============================================Connection method: /activities/date/{date}============================================Data Info EX)2021-04-18{"activities...
Currently we are hitting the activity summary endpoint to get the users activity for the day. In that we have the activities array which specifies if the user had any logged activities using either the tracker, manual or using other apps like FitStar...
I know your system where experiencing problems yesterday, any chance you can add your new systems so they respond to reverse dns lookups. Thanks
Hi, I am working on a cloud-to-cloud solution where we can be notified about any new activity and we can update our database. I successfully registered an app on FitBit website and now I am trying to change the redirect URL for several days but I can...
Hi.I am new to web development and will use Fitbit API for a small project for personal use using Node js and we're trying to build a server side API where it is ran by a CRON job daily and the fetched data from the Fitbit APIs will be saved to the d...
Hi, thanks for reading. I'd like to grab user workout data (e.g. 2 hour bike ride activity that they recorded). I've set up a subscription (seems that's my webhook) but in reading https://dev.fitbit.com/build/reference/web-api/I can't see how extra...
How do i get the sleep log from tracker from web API? And how do i know if the data was automatic create or manual input?
Hi we have an app that pulls steps data once a day with a great delay from Fitibit. We are only interested in steps and sleep data (not heart). Would appreciate any advice on how to get this data faster and more frequently? Any other options besid...
I was exploring the API capabilities last week and liked some of the Heart Rate API's capabilities, but it seems that what I'm getting out of the API today is not what I was getting last week, and is not what's shown in the current documentation. ht...
Hi, What timezone is "today" in for the body and weight logs: https://dev.fitbit.com/build/reference/web-api/body/ Thanks!
User getting error 500 from Get Badges endpoint with following{ "errorType":"request", "fieldName":"500", "message":"An error occurred with the Fitbit Web API while processing the request. Error id: 0242b6fffed22aca-003507af-05a02eaa-8a90517...
Hi,RESOLVED: This issue was resolved by changing the samesite attribute of the session cookie from strict to lax. I am accessing the following url in an authorisation process. When the url redirects back to my site the user session cookie (from our ...
Hey everybody! I would like to use the new userRevokedAccess subscription, but am getting "insufficient permissions" even though the docs say this:userRevokedAccess collection has no scope requirementsThis is reproducible in the Fitbit Web API tester...
How to get our specifc user details or all friends details.Like I want to get the Profile or Bages earned by my friends so if in endpoint I try to amend their userid (encodedid), I get error stating insufficient permissions. Can anyone help me here w...
Hi All, I'm getting a 201 response when using the log Weight endpoint. However, nothing is showing in my account when I check the data. Has anybody else had this issue? Thanks
Hey, i'm quite new with using web apiRecently i created an app to see user's step, and heartrate data but when i after the user login to give permission the link doesn't redirect me to the permission pageinstead it redirect me to this this is the lin...
Hello, Every time I reach out to the introspect endpoint I am getting a 401. below is the code that I am using, the access token is an old access token from about a week ago, but I would expect a false or a 0 not a 401. string strURL...
While trying to set alarms via the Web API on a Versa, I get the error "Device does not support alarms".The documentation isn't of much help for this error. curl -H "Authorization: Bearer XXXX" https://api.fitbit.com/1/user/-/devices.json [ { ...
Hello,I recently noticed the TITLE, I don't know if I'm doing something wrong.I've tried several scenarios where I request access is revoked and I send literally random strings in the Authorization header, even tried without Authorization header (onl...
Hi, I have contacted the support for this issue but they have this advice: We advise you to contact our Development Moderators on the following link: https://community.fitbit.com/t5/SDK-Development/bd-p/sdk We experience the following issue:For a lo...