Skip to main content

Execute a live test call against an endpoint

POST 

/external-apis/:connectorId/endpoints/:id/test

Issues a real HTTP request to the upstream API using the connector's configured auth, applying any pinnedParams. Does not create call logs or bill data tokens. A successful JSON 2xx response is cached as the endpoint's sampleResponse. Requires at least the client role in the owning organization; unlike the transparent proxy, test calls are never available cross-organization even for public connectors.

Request

Responses

The upstream response (status, headers, body), regardless of the upstream's own status code