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

User endpoint returns wrong data

Hi there, 

I am developing an Android app using the API, however, whenever I use:

"https://api.fitbit.com/1/user/-/profile.json"

 to get the data of the currently logged in user, it returns data different to that specified in the documentation. The documentation specifies that it should return the following: 

{
    "user": {
        "aboutMe":<value>,
        "avatar":<value>,
        "avatar150":<value>,
        "avatar640":<value>,
        "city":<value>,
        "clockTimeDisplayFormat":<12hour|24hour>,
        "country":<value>,
        "dateOfBirth":<value>,
        "displayName":<value>,
        "distanceUnit":<value>,
        "encodedId":<value>,
        "foodsLocale":<value>,
        "fullName":<value>,
        "gender":<FEMALE|MALE|NA>,
        "glucoseUnit":<value>,
        "height":<value>,
        "heightUnit":<value>,
        "locale":<value>,
        "memberSince":<value>,
        "offsetFromUTCMillis":<value>,
        "startDayOfWeek":<value>,
        "state":<value>,
        "strideLengthRunning":<value>,
        "strideLengthWalking":<value>,
        "timezone":<value>,
        "waterUnit":<value>,
        "weight":<value>,
        "weightUnit":<value>
    }
}

 It does not return all of these values. Any help would be appreciated. 

Best Answer
0 Votes
0 REPLIES 0