Vital · Arazzo Workflow
Vital Inventory a User's Connected Devices
Version 1.0.0
Resolve a user by client_user_id, list their devices, and fetch the first device in detail.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
user-device-inventory
Resolve a user, list their devices, and fetch the first device detail.
Resolves a user from client_user_id, lists their connected devices, then retrieves the first device's full record.
1
resolveUser
get_user_by_client_user_id_v2_user_resolve__client_user_id__get
Resolve the Vital user_id from your client_user_id.
2
listDevices
get_user_devices_v2_user__user_id__device_get
List the devices connected to the user and capture the id of the first device.
3
getDevice
get_user_device_v2_user__user_id__device__device_id__get
Fetch the full detail record for the first connected device.