02-16-2022 23:05
02-16-2022 23:05
I need to know the device_id of the Fitbit that is being connected through the app. Is there a way to get the device_id through web API?
02-16-2022 23:12
02-16-2022 23:12
Does the access token contain device_id if so how can we decode it to obtain the device_id?
02-23-2022 12:52
02-23-2022 12:52
Hi @Dhivakhar
The information about the device that can be returned by the Web API can be found in the Get Devices endpoint, https://dev.fitbit.com/build/reference/web-api/devices/get-devices/.
Gordon