---
title: "Get User Device"
method: GET
path: "/v2/user/{user_id}/device/{device_id}"
tags: ["user"]
---

# Get User Device

`GET /v2/user/{user_id}/device/{device_id}`

## Path parameters

- `user_id` string, uuid, required
- `device_id` string, uuid, required

## Response `200`

Successful Response

- ClientFacingDevice
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `provider` string, required
  - `source_type` 'unknown' | 'phone' | 'watch' | 'app' | 'multiple_sources' | 'fingerprick' | 'cuff' | 'manual_scan' | 'automatic' | 'insulin_pump' | 'scale' | 'chest_strap' | 'ring' | 'lab' | 'exercise_machine' | 'earphone', required — ℹ️ This enum is non-exhaustive.
  - `app_id` string, nullable
  - `device_manufacturer` string, nullable
  - `device_model` string, nullable
  - `device_version` string, nullable
  - `device_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/versions/d28f5cec7d79/schema)
