v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBPassthrough
Make Passthrough Request
post/api/v1/passthrough
Headers
x-connector-tokenstring required
Request body
Example request
{
"path": "/employees",
"headers": {
"Content-Type": "application/json"
},
"params": {
"a": 1,
"b": 2
},
"timeout": 300
}Response
Successful Response
{"stackTrail":"paths:/api/v1/passthrough:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}