v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
Flows

Create Flow

Creates a Flow.

post/v1/flows

Request body

namestring required

The name of the Flow.

descriptionstring required

A description of the Flow.

Example request

{
  "name": "Eligibility Flow",
  "description": "Creates a Verification request."
}

Response

A Flow ID

flowIdstring required

The Sohar ID for the Flow.

Example response

{
  "flowId": "33093874-1e3d-4ea9-b988-8cc64e5a4079"
}