10-29-2019 15:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2019 15:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am just confirming that Fitbit's Web API (https://dev.fitbit.com/build/reference/web-api/basics/) is compatible with Versa 2?
I am assuming that Fitbit does not care which device we are requesting data for, as it is stored similarly on the backend.

10-29-2019 15:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2019 15:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am just confirming that Fitbit's Web API (https://dev.fitbit.com/build/reference/web-api/basics/) is compatible with Versa 2?
I am assuming that Fitbit does not care which device we are requesting data for, as it is stored similarly on the backend.

10-29-2019 16:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-29-2019 16:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
See Announcing SDK 4.0 with support for Versa 2 .

10-29-2019 16:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2019 16:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks for your response, I originally meant to post this under Web API Development instead of SDK development.
Does SDK support include Web API support?
I am used to just submitting GET requests to API endpoints like:
https://api.fitbit.com/1/user/[user-id]/activities/heart/date/[date]/[period].json

