Execute a Workflow

Executes the workflow identified by the workflowId parameter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
uuid
required

The identifier of the workflow to execute.

Body Params
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json