Vital · Arazzo Workflow
Vital Provision a User and Hand Off a Mobile Sign-In Token
Version 1.0.0
Create a Vital user, mint a mobile sign-in token, and read back the user's connected providers.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
mobile-signin-token-handoff
Create a user, mint a sign-in token, and list connected providers for a mobile SDK.
Creates a Vital user, generates a mobile sign-in token, and lists the user's connected providers for the SDK to display.
1
createUser
create_user_v2_user_post
Create a Vital user tied to your client_user_id.
2
getSignInToken
get_user_sign_in_token_v2_user__user_id__sign_in_token_post
Generate a sign-in token the mobile SDK can use to authenticate as this user.
3
getConnectedProviders
get_connected_providers_v2_user_providers__user_id__get
Read the user's connected providers so the mobile app can render the current connection state.