Skip to main content
POST
Preview an Executor Request

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
node
object
obrigatório

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

Exemplo:
providerConfig
object
obrigatório

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

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

Exemplo:

Resposta

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

body
string
obrigatório
Exemplo:

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

curl
string
obrigatório
headers
object
obrigatório
method
string
obrigatório
Exemplo:

"POST"

unresolved
string[] | null
obrigatório
url
string
obrigatório
Exemplo:

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