Suddenly I can't access breathing rate data
As of a couple of days ago, I'm not able to access my Breathing Rate data. I get the message: PERMISSION_DENIED - The caller does not have permissionHas something changed??
As of a couple of days ago, I'm not able to access my Breathing Rate data. I get the message: PERMISSION_DENIED - The caller does not have permissionHas something changed??
I'm registered my own account and successfully signed up to a subscription. I get a daily summary and can call for the data from activities.I want to be able to determine if an activity has been created manually on the Fitbit app and ignore those act...
Hello Fitbit Community,I am seeking information about the availability of a web API for accessing Electrodermal Activity (EDA) and Stress data from Fitbit devices.If anyone within the community has insights or knowledge regarding any existing or plan...
Hello,I recently had trouble with getting the intraday heartrate data for a client app. When i request the data from the browser, i get this reponse:REQUEST:```GET /1/user/-/activities/heart/date/[YYYY-MM-DD]/1d/1min/time/00:00/23:59.json HTTP/1.1Hos...
My users are reporting errors that just started happening today (April 18) where requests to activities and timeseries APIs like https://api.fitbit.com/1/user/-/activities/date/<date>.json are getting a 401 Unauthorized response (no error message or ...
Hi everyone, I'm encountering an issue while trying to sync weight data to Fitbit using the Web API. I receive a 403 Forbidden error with the message "The caller does not have permission", but I'm certain that I've completed the full authorization pr...
Hi everyone, I'm encountering an issue while trying to sync weight data to Fitbit using the Web API. I receive a 403 Forbidden error with the message "The caller does not have permission", but I'm certain that I've completed the full authorization pr...
Hi All,Does anyone know if the link the user click on for Request Authorization has a expiration time? If we generate multiple link and send them out to the user at the end of the month would the link still be avaiable?Does the expires_in does anythi...
We have encountered instances where Fitbit is incorrectly detecting sleep when the user is actually awake.In one case involving a Pixel 3 watch, Fitbit recorded a total sleep duration of 21 hours and 7 minutes, whereas the actual sleep time was appro...
Hello,I am not able to access activities within Fitbit Web API Explorer. It worked good in February 2025. Example:1.https://dev.fitbit.com/build/reference/web-api/explore/#/ -> Authorize2. /1/user/-/activities/frequent.json -> Get Recent Activity Typ...
We started with requesting the Cardio Load, but it looks like the Web API doesn't return the correct values. For a test device we see vo2Max range results on days that we didn't use the test device (for example May 10 and 11), we see a vo2Max range f...
Hi,I am developing an app using that pulls in user intraday heart rate data. We are requesting data on the interval for 1min, but seem to be getting data back on the interval of 1sec. We had previously changed our code between the two, but are now on...
In Sleep Web API, when we fetch clasic type sleep data (duration less than 3 hours), we are always get asleep count 0 in summary. Here is an example"summary": { "asleep": { "count": 0, "minutes": 102 }, "awake": { "count": 0, "minutes"...
Hi, Last night, I was collecting data using hundreds of tokens. However, the process unexpectedly stopped during the use of one token, even though it hadn’t reached the API limit and no error messages were recorded in the logs.Has anyone else encount...
Hi,I recently had intraday API access approved for my application(server-based) but when I send a request for intraday heartrate I'm not getting the intraday data and only getting the summarized RHR. Endpoints tried:GET https://api.fitbit.com/1/user/...
Hi Fitbit Support,We're experiencing a data availability issue with some participants in our system. While we're successfully retrieving steps data (both daily totals and minute-by-minute intraday metrics), we're encountering gaps in the heart rate d...
Breathing rate is associated with sleep. If there are multiple sleep sessions in the day, are we gonna receive multiple breathing rate values. From a single day of data what I have seen is that I have received two sleep session data. However I am get...
Dear Fitbit Team,I have a few technical questions we hope you can assist us with.Deleting subscriptions for users we do not have data anymore. In some cases we receive hook subscription data for users that do not have any data for access\refresh toke...
I have logged the following lunch foods:I'm using this api call to get the data.https://api.fitbit.com/1/user/-/foods/log/date/<date>.json I get all of the food items, but not all of the nutritionalValues in the JSON. There's Calories, Fat, Fiber, C...
Hello,I am starting research that requires HR/HRV from Fitbit(Inspire 3). I am doing this in parallel(4 in total). Reading the forum made me understand that I cannot add multiple Fitbits to one account.I have registered one "app" to dev.fitbit.com......
When we do the request for the full activity list available for a specific user: https://api.fitbit.com/1/activities.json we don't see the activity id of an activity this user selected on her pixel watch. The activity id was 91060, which is a running...
One of our user having data in fit bit APP but from api not getting
My applications to intraday data access were approved, and I received confirmed messages from the issue tracker. However, I still cannot access the intraday data.To be precise, I called the "Heart Rate Intraday by Date" endpoint "/1/user/[user-id]/ac...
There seems to be an issue on format for calorie link intraday request. For responses coming from the endpoint: https://dev.fitbit.com/build/reference/web-api/activity/get-activity-log-list/, each activity log contains a possible field "caloriesLink...
I'm looking at the sleep section of the WebAPI docs and I can't tell when the logs are updated. I want to create an app that can track how long and what stage of sleep I am in to dynamically adjust when my alarm goes off (all of this happens while I ...
Dear Fitbit Support team,When users log in with Google to authorize our app and grant permission to access Fitbit data, they receive a warning message: Warning! The app is not using HTTPS to obtain your permission securelyEven though we are using HTT...
I can't find an endpoint to get stress data in the docs.Same goes for EDA, daily readyness, cardio load.
I'm trying to get the data I've accumulated through Fitbit Ace 3, but sdk says no, and I'm trying to get it through API, so the initial stage of logging in with my child's account is not possible, what should I do? In conclusion, I would like to ask ...
We are developing an application using the Fitbit Web API, and we have the following question: How long does it typically take for data after the lastSyncTime (obtained via the Device API) to be fully synchronized on the Fitbit servers? We currently...
Dear Fitbit API Support,I call api /1/user/-/profile.json for 1 time and meet this issue. Before that I call this API to make this reach limit /1/user/-/activities/tracker/....As I know the Fitbit Web API has a rate limit of 150 API requests per user...
I have made an application that will collect intraday heartrate data for multiple users. This is registered as a "Server" application at Fitbit. For development purposes I have also made a "Personal" application for one particular user to test the ap...
Hi All, This week, starting from February 22, 2025, I began encountering "Retry-After" errors on some cases when hitting the rate limit. However, we process hundreds of cases, and most run successfully before even reaching the limit. Does anyone have...
I am looking at the daily summary of 'minutesSedentary', 'minutesLightlyActive', 'minutesFairlyActive', and 'minutesVeryActive' obtained from the "Get Activity Time Series by Date Range" API. I realize that some posts were talking about the definitio...
I have some questions about the new Demo Accounts.1. Do I need to create a new Issue Tracker request for each account/participant or just once per study like the old gmail "+" hack?2. Can I transfer the data from a demo account to the participant's p...
Hi,I'd appreciate your help figuring out why Subscribers endpoint stats could not verify my server. The log on my side shows nothing; I do not even see Fitbit trying to reach my server.cURL from anywhere to the same site looks OK – 204, 404 returned ...
Hi!I keep getting a console error for invalid_grant. It says my authorization code is invalid, but it isn't expiring and it seems to be a valid code. Can you please help?
We have a situation where our web API with Fitbit is capturing high step count but zero active minutes ( for instance 17K steps but zero light, active or highly active minutes- all using Fitbit charge 5). In some cases we have 15k steps, 140 light ac...
For some of our users, we started getting abnormal 'activeDuration' values for activities, which don't fit into int value.Sample log is: feign.FeignException: Numeric value (1721157995000) out of range of int (-2147483648 - 2147483647)at [Source: (Bu...
Fitbit Sleep API has level summary fields for stages like deep, rem, light, wake where we can see the count, minutes, and thirtyDayAvgMinutes. If the total second count for a specific stage does not equates to a full minute, what type of rounding alg...
We have received a sleep data with info code 3 (Server-side issue). My question is how we should treat that data? Due to server side issue, are we getting any wrong information through the API? Seems like fitbit app is showing the same data that we a...