cURL
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 '{}'
{}
Execute a flow directly (for testing)
JWT Bearer token authentication
Workspace ID
Flow ID
Request body
The body is of type object.
object
Flow execution result
The response is of type object.
Was this page helpful?