Get a workflow
Authentication
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
Workflow ID (wfl_*).
Headers
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Response key casing. Defaults to snake.
Response
Data requirements configuration for this workflow. Keys: selfie (bool), document ({enabled, accepted_types} — set enabled to false for document-free selfie-only workflows; requires selfie true), user_info ({enabled, fields, required_fields, verify_phone, verify_email}), proof_of_address ({enabled, accepted_types}).
Workflow format — “steps” for legacy array format, “graph” for DAG format.
DAG graph representation of the workflow. Present when format is “graph”. Contains “nodes” (dict of node objects) and “entry” (start node ID).
What the workflow is used for. Used by consortium matching to apply purpose-aware scoring — e.g., financial aid matches are scored higher than enrollment matches.
Compliance standard enforced on this workflow. “ial2” enforces NIST SP 800-63-3 identity proofing requirements.