Create WorkFlow

Create a new workflow

POST {{domain}}/api/Workflow

Headers

Name
Type
Description

client-id

string

client-id

Authorization

string

Bearer Token

Request Body

Name
Type
Description

object

{ "name":"string", "code":"{{client-id}}", "applicationCode":"{{client-id}}", "level":"1" }

{
    "message": "Ok",
    "isError": false,
    "data": {
        "name": "string",
        "code": "string",
        "level": 1,
        "applicationCode": "string"
    }
}

Last updated

Was this helpful?