circle-info
Bflow will launch on June!

Project

Get All Workflows

get

Used to get all workflows within the project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIDstring · uuidRequired
Responses
get
/headless/project/{projectID}

Get Workflow

get

Used to get a selected workflow within the project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIDstring · uuidRequired
workFlowIDstring · uuidRequired
Responses
get
/headless/project/{projectID}/workflow/{workFlowID}

Execute Workflow

post

Used to execute a specific workflow.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIDstring · uuidRequired
workFlowIDstring · uuidRequired
Responses
post
/headless/project/{projectID}/workflow/{workFlowID}/execute

No content

Last updated