Vital · Arazzo Workflow
Vital Onboard a User and Connect a Wearable
Version 1.0.0
Create a Vital user, mint a Link token, and surface the available providers to connect.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
onboard-user-connect-wearable
Create a Vital user and prepare a Link token plus provider list for wearable connection.
Creates a Vital user for the supplied client_user_id, generates a Vital Link token for that user, and lists the providers the token can offer so the end user can pick a wearable to connect.
1
createUser
create_user_v2_user_post
Create a Vital user tied to your client_user_id and capture the Vital user_id used for all subsequent interactions.
2
generateLinkToken
generate_vital_link_token_v2_link_token_post
Generate a one-time Vital Link token (valid for 10 minutes) for the new user so a wearable provider connection can be initiated.
3
listProviders
get_providers_v2_link_providers_get
List the providers available for this Link token so your custom Link UI can present the end user with selectable wearable sources.
Source API Descriptions
openapi