Vital · Arazzo Workflow
Vital Connect a Demo Provider and Verify Connected Sources
Version 1.0.0
Create a user, attach a demo provider, then confirm the connection landed on the user record.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
demo-connection-verify-sources
Create a user, connect a demo provider, and verify the connected sources.
Creates a Vital user, attaches a demo provider to generate synthetic data, then confirms the connection by reading the connected providers and the user record.
1
createUser
create_user_v2_user_post
Create a Vital user tied to your client_user_id.
2
connectDemo
create_demo_connection_v2_link_connect_demo_post
Connect the new user to the given demo provider so Vital begins generating synthetic wearable data for them.
3
getConnectedProviders
get_connected_providers_v2_user_providers__user_id__get
Read the user's connected providers to confirm the demo source is now attached.
4
getUser
get_user_v2_user__user_id__get
Read the full user record, which includes the connected_sources array for a final confirmation of the connection state.
Source API Descriptions
openapi