Skip to main content
POST
Preview an Executor Request

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Body

application/json
node
object
required

Executor node configuration (executorId, providerConfigId, method, path, headers, body, config, inputMapping/transforms) — the same map shape persisted on a workflow node's data slot.

Example:
providerConfig
object
required

Provider configuration the node targets, supplied inline so the preview is a pure function of its inputs (no DB / vault read).

Example:
sampleInput
object

Arbitrary JSON used as the workflow context to resolve mappings and ${node.}/${body.} references; unresolved refs stay literal. Optional (a preview with no sample context is valid).

Example:

Response

Indicates that the request was successful and the response contains the requested data.

body
string
required
Example:

"{\"amount\":150.00,\"currency\":\"BRL\"}"

curl
string
required
headers
object
required
method
string
required
Example:

"POST"

unresolved
string[] | null
required
url
string
required
Example:

"https://api.example.com/v1/pay"