Update the Preferences

This API allows the user to update the preferences that are available in your account. To view multiple preferences that are available in your account, please refer the [Preference List] section of the API documentation.

[
    {
        "name": "trackee.supported.odo.show",
        "value": 0
    },
    {
        "name": "distance",
        "value": "MILES"
    },
    {
        "name": "fuel",
        "value": "liters"
    }
]

API Response explanation

FieldDescriptionData Type
generatedAtInMillisAPI request time in UTC millisecondsLong
dataAPI responseString
errorError description - if anyList
Language
Authorization
Header
Click Try It! to start a request and see the response here!