06-05-2021 13:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-05-2021 13:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello.
I want to be able to get a unique id for each fitbit device that uses my application. I have looked at the device api as well as the device endpoint, but is there a simple way to get a unique id on the device side?
Thanks in advance!
Answered! Go to the Best Answer.

Accepted Solutions
06-07-2021 09:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-07-2021 09:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We don't expose a unique identifier for the device or user. In order to achieve something like this, you'd need to use OAuth from the settings page of your app, and make a user authenticate to identify themselves. You can see an example here https://github.com/Fitbit/sdk-oauth

06-07-2021 09:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-07-2021 09:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We don't expose a unique identifier for the device or user. In order to achieve something like this, you'd need to use OAuth from the settings page of your app, and make a user authenticate to identify themselves. You can see an example here https://github.com/Fitbit/sdk-oauth

