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
- 200
- 400
- 401
- 403
- 404
- 422
- 502
- 503
- 504
The upstream response (status, headers, body), regardless of the upstream's own status code
Invalid ID format (not a positive integer)
Authentication required
The connector is currently paused
Resource not found
Validation failed
Could not connect to the upstream API, or failed to obtain an OAuth2 access token
The connector has been suspended
The upstream request timed out