API Reference
Test an existing connector
POST
/api/connectors/{id}/test
Loads the stored connector config (including secrets) and runs per-type validation checks on a fresh instance.
Operation IDtestConnectorById
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Test results
Test results
Content typeapplication/json
responseobject2 properties
okbooleanrequiredchecksarray<ConnectorCheck>requiredArray items
itemobject5 properties
namestringrequiredCheck name (e.g. Authenticate, Write probe)
okbooleanrequiredmessagestringShort friendly summary (set on failure)
errorobject3 properties
namestringrequiredError class name (e.g. MongoServerError)
messagestringrequiredRaw error message
codestringDriver/SDK error code
duration_msnumberrequiredError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}