Skip to main content
POST
Preview an Executor Request

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
node
object
requerido

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

Ejemplo:
providerConfig
object
requerido

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

Ejemplo:
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).

Ejemplo:

Respuesta

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

body
string
requerido
Ejemplo:

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

curl
string
requerido
headers
object
requerido
method
string
requerido
Ejemplo:

"POST"

unresolved
string[] | null
requerido
url
string
requerido
Ejemplo:

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