Skip to content

BasicDevice

Field Type Required Description
code string yes
platform string yes one of: ios, android
type string yes one of: phone, tablet
model string yes
osVersion string yes Version of the OS on the device
appVersion `string null`
localeCode `string null`
lastActivity `string null`
pushToken string
attributes array[BasicDeviceAttribute]
loggedInCustomerId `string null`
{
"code": "5ea79881-0dd6-46dd-ac61-df56c3b234a7",
"platform": "ios",
"type": "phone",
"model": "Pixel3",
"osVersion": "10",
"appVersion": "10",
"localeCode": "de-DE",
"lastActivity": "2019-10-03T16:01:13.582Z",
"pushToken": "string",
"attributes": [
{
"code": "preferredTheme",
"value": "blue"
}
],
"loggedInCustomerId": "7e06af60-53c9-4fe9-be83-48c1cafb6cce"
}