Proxy a POST request to an external API endpoint
POST/external-apis/:connectorId/proxy/:path
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.
Request
Responses
- 200
- 401
- 403
- 404
- 502
- 503
- 504
Proxied response from external API
Response Headers
x-request-id
x-connector-id
x-endpoint-id
x-response-time
x-data-tokens
Unauthorized — proxy access denied by policy
Connector paused or suspended
No endpoint found matching the inbound method and path
External API connection refused or oversized response
Connector is paused
External API timeout