04-04-2016 13:37
04-04-2016 13:37
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
04-04-2016 17:08 - edited 04-04-2016 17:17
04-04-2016 17:08 - edited 04-04-2016 17:17
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