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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.