v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBFlows
Create Flow
Creates a Flow.
post/v1/flows
Request body
Example request
{
"name": "Eligibility Flow",
"description": "Creates a Verification request."
}Response
A Flow ID
Example response
{
"flowId": "33093874-1e3d-4ea9-b988-8cc64e5a4079"
}