05-20-2019
07:09
- last edited on
05-21-2019
07:07
by
LanuzaFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-20-2019
07:09
- last edited on
05-21-2019
07:07
by
LanuzaFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I am looking to make an app that will allow data to be synced from fitbit wearable devices.
How would I go about integrating Fitbit on a new app I am developing? Is there code or an API I can purchase through Fitbit to allow fitbit data to be shown on a new app?
Moderator edit: Labels
05-28-2019 14:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-28-2019 14:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @JBB1995,
Sorry about the delayed response, and I'll be happy to assist.
Currently, there are two ways you can go about doing this:
- Use the Web API to pull data. In this method, the customer will first need to sync their data to our servers. You'll need to create an application to extract that data after the user has given consent to access their data using the oAuth 2.0 flow.
- Or, you can use our Device SDK to build an app on the device that will sync your data to your server using the Companion API.
I hope this helps!

