Skip to main content
POST
/
api
/
v1
/
flows
/
{id}
/
execute
Execute a flow
curl --request POST \
  --url https://api.dualship.run/api/v1/flows/{id}/execute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Workspace-Id: <x-workspace-id>' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Headers

X-Workspace-Id
string
required

Workspace ID

Path Parameters

id
string
required

Flow ID

Body

application/json

Request body

The body is of type object.

Response

Flow execution result

The response is of type object.