Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fitbit Unique Id through Device API

ANSWERED

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!

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

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

Best Answer
0 Votes