List flows.
Flows
GET
/user/v1/flowsPOST
/user/v1/flows:createJoinOrganizationCreate a new join organization flow.
This invites a person to join an organization.
PATCH
/user/v1/flows/{flowId}:updateJoinOrganizationUpdate a join organization flow.
POST
/user/v1/flows:createSignupCreate a new signup flow.
This invites a person to join the app.
GET
/user/v1/flows/{flowId}Get a flow.
POST
/user/v1/flows/{flowId}:consumeConsume a flow.
This accepts the flow (e.g. for a join organization flow it will accept the invitation and add the member to the organization).
POST
/user/v1/flows/{flowId}:cancelCancel a flow.
This cancels the flow and hides it from the user.