07-31-2018 06:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
2
0
0
07-31-2018 06:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
I am wondering which endpoints I need to hit in order to retrieve activity data from my Fitbit Charge 2.
https://api.fitbit.com/1/user/[user-id]/activities/date/[date].json
Only seems to show manually tracked activities.
Thanks for your help.
Glen
1 REPLY 1
07-31-2018 08:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
2
0
0
07-31-2018 08:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I found this issue. I tried
GET https://api.fitbit.com/1/user/-/activities/list.json
initially and I was not seeing the data that was expected. It turns out I had to set the beforeDate to tomorrow rather than today to get the data from today (makes sense).

