Skip to main content
Version: v41

userDevicesResponse

User devices list

countinteger

Device count.

Example: 1
items object[]
  • Array [
  • idstring

    Device ID

    Example: mobile-sha256-sdHe7CJqHwCY4WePe-BgYNGF8sd6fe8ier2Buemz4xM=
    osstring
    Example: iOS
    namestring
    Example: iPhone 6
    activatedstring<date-time>
    updatedstring<date-time>
    lastUsedstring<date-time>
  • ]
  • userDevicesResponse
    {
    "count": 1,
    "items": [
    {
    "id": "mobile-sha256-sdHe7CJqHwCY4WePe-BgYNGF8sd6fe8ier2Buemz4xM=",
    "os": "iOS",
    "name": "iPhone 6",
    "activated": "2024-07-29T15:51:28.071Z",
    "updated": "2024-07-29T15:51:28.071Z",
    "lastUsed": "2024-07-29T15:51:28.071Z"
    }
    ]
    }