User's Devices in Validic Profile
This article pertains to: Legacy API (V1)
How can I find the devices a user is connected to?
Currently, Validic only displays devices for users that have connected to a Fitbit account that has a device associated with it. The device list is available in the user's Validic profile and gets updated when the user first connects and then daily after that. It is important to note that once a device is added to a user's Validic profile, it will not be taken off even if the the device is removed from the connected Fitbit account.
Example Validic Profile with a Fitbit Device
{
"profile":{
"uid":"abc123",
"_id":"5702e4d516b2182aca003fb7",
"gender":"M",
"location":null,
"country":null,
"birth_year":null,
"height":null,
"weight":null,
"devices":{
"fitbit":{
"149986414":{
"battery":"High",
"device_version":"Zip",
"id":"149986414",
"last_sync_time":"2016-05-12T16:27:35.000",
"type":"TRACKER"
}
}
},
"applications":[
{
"name":"fitbit"
}
]
}
}