Proxy a request to an external API endpoint
POST/external-apis/:connectorId/endpoints/:endpointId/proxy
Forwards the request to the configured external API endpoint. Path parameters from the endpoint template are extracted from query params, and query/body params are filtered against the endpoint schema if defined. Max response: 50MB.
Request
Responses
- 200
- 403
- 502
- 504
Proxied response from external API
Response Headers
x-request-id
x-connector-id
x-endpoint-id
x-response-time
x-billed-units
Connector paused or suspended
External API connection refused or oversized response
External API timeout