Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

403 forbidden error when invoking activity url

When invoking the url listed in the documentation(https://api.fitbitcom/1/user/[user-id]/activities/date/[date].json), I get the 403 error. Can someone please provide the correct url in order to get someones steps for a given day?

 

Thanks,

James Schrimshire

Best Answer
0 Votes
1 REPLY 1

Hello -

 

I use:

 

     h t t p s://api.fitbit.com/1/user/-/activities/steps/date/2016-04-03/1d.json

 

... to get just the steps stored in Fitbit's cloud for the current user for April 03, 2016.  If I want just the steps recorded by a tracker, I use:

 

     h t t p s://api.fitbit.com/1/user/-/activities/tracker/steps/date/2016-04-03/1d.json

 

I'm not using the Activity Summary, I am using the Activity Time Series (be sure to respect the rate limit).

 

Does that help?

 

Kind regards.

 

Jay

 

 

 

 

Best Answer
0 Votes