Executes the workflow identified by the workflowId parameter.

The JSON body parameters for this endpoint correspond to the input fields of the particular Scope that the workflow was defined for. For example, if the fields amount, currency and reference are defined as input fields, a workflow using this scope can be executed again by passing

{
  "amount": 100,
  "currency": "EUR",
  "reference": "A reference"
}

as body parameters. It may contain additional fields not present in that scope or that have been set as optional.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!