Devices
Inspect app devices and manage their user links. Device history is retained when a device is unlinked.
Endpoints
- List devices —
GET /devices - Get device —
GET /devices/{hardwareId} - Link device to user —
PUT /users/{externalUserId}/devices/{hardwareId} - Unlink device from user —
DELETE /users/{externalUserId}/devices/{hardwareId}