Trulioo · Arazzo Workflow
Trulioo Workflow Studio Drive A Flow
Version 1.0.0
Authenticate, initialize a user state, fetch the current step, submit step data, then read the profile.
View Spec
View on GitHub
Identity VerificationKYCKYBAMLWatchlist ScreeningBiometricsDocument VerificationFraud PreventionComplianceGlobal IdentityArazzoWorkflows
Provider
Workflows
workflow-studio-run-flow
Authenticate, init a flow, drive one step, and read the resulting profile.
Acquires a Platform token, creates a user state, fetches and advances the current flow step, then reads the end-client profile.
1
authenticate
postAuthCustomer
Exchange the OAuth client credentials for a Platform API access token.
2
initUserState
createOrUpdateUserState
Create a new user state with the supplied init data and capture the userStateId that identifies the flow.
3
getCurrentStep
getFlow
Fetch the current step for the flow identified by the new userStateId.
4
submitStep
submitFlowData
Submit the step payload to advance the flow to the next step.
5
getProfile
getProfile
Retrieve the end-client profile and verification data produced by the flow.