admin

Proxy a request to the upstream provider

Forwards the request to the connection's upstream API, injecting credentials server-side. GET, POST, PUT, PATCH, and DELETE are all supported.

post/admin/connections/{id}/proxy/{path}

Path parameters

idstring required

The connection UUID.

pathstring required

The upstream path suffix (everything after /proxy/).

Response

proxyPassthroughResponse is an opaque upstream response body.

{"stackTrail":"components:responses:proxyPassthroughResponse:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 2 revisions of this API.1

    • added the media type application/json for the response with the status 200

      response-media-type-added