PUT
/
v4
/
workflows
/
{workflowId}
/
run
Run a workflow
curl --request PUT \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/run \
  --header 'x-api-key: <api-key>'
"Workflow started"

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

The ID of the workflow to run

Response

Workflow started successfully

The response is of type string.

Example:

"Workflow started"