External API Proxy
Proxy requests to external API connectors
📄️ Proxy a GET request to an external API endpoint
Transparently forwards the request to the matching endpoint on the connector. The upstream path is taken from the `{path}` wildcard and matched together with the HTTP method against the connector's imported endpoints; pinned params and the connector's configured auth are applied, and query/body params are filtered against the endpoint schema if defined. Max response: 50MB.
📄️ Proxy a POST request to an external API endpoint
Transparently forwards the request to the matching endpoint on the connector. The upstream path is taken from the `{path}` wildcard and matched together with the HTTP method against the connector's imported endpoints; pinned params and the connector's configured auth are applied, and query/body params are filtered against the endpoint schema if defined. Max response: 50MB.
📄️ Proxy a PUT request to an external API endpoint
Transparently forwards the request to the matching endpoint on the connector. The upstream path is taken from the `{path}` wildcard and matched together with the HTTP method against the connector's imported endpoints; pinned params and the connector's configured auth are applied, and query/body params are filtered against the endpoint schema if defined. Max response: 50MB.
📄️ Proxy a PATCH request to an external API endpoint
Transparently forwards the request to the matching endpoint on the connector. The upstream path is taken from the `{path}` wildcard and matched together with the HTTP method against the connector's imported endpoints; pinned params and the connector's configured auth are applied, and query/body params are filtered against the endpoint schema if defined. Max response: 50MB.
📄️ Proxy a DELETE request to an external API endpoint
Transparently forwards the request to the matching endpoint on the connector. The upstream path is taken from the `{path}` wildcard and matched together with the HTTP method against the connector's imported endpoints; pinned params and the connector's configured auth are applied, and query/body params are filtered against the endpoint schema if defined. Max response: 50MB.