User
Devices

List devices

Returns list of registered devices

get/3rdparty/v1/devices

Response

Device list

createdAtstring

Time at which the device was created, read only.

deletedAtstring

Time at which the device was deleted, read only.

idstring

Device ID, read only.

lastSeenstring

Time at which the device was last seen, read only.

namestring

Device name.

updatedAtstring

Time at which the device was last updated, read only.

Example response

[
  {
    "createdAt": "2020-01-01T00:00:00Z",
    "deletedAt": "2020-01-01T00:00:00Z",
    "id": "PyDmBQZZXYmyxMwED8Fzy",
    "lastSeen": "2020-01-01T00:00:00Z",
    "name": "My Device",
    "updatedAt": "2020-01-01T00:00:00Z"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.