v4

latestOpenAPI 3.1.02026-08-01139149645.9 KB
Passthrough

Make Passthrough Request

post/api/v1/passthrough

Headers

x-connector-tokenstring required

Request body

method'CONNECT' | 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'PATCH' | 'POST' | 'PUT' | 'TRACE' required

HTTP methods and descriptions

Methods from the following RFCs are all observed:

* RFC 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
* RFC 5789: PATCH Method for HTTP
pathstring required

Path of the request

headersobject nullable required

headers of the request

paramsobject nullable

params of the request

request_format'JSON' | 'XML' | 'MULTIPART'
response_format'JSON' | 'XML' | 'MULTIPART' | 'BINARY'
timeoutnumber nullable

timeout of the request

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"}