Test Connection
Tests a connection configuration.
This endpoint is useful for setup flows that want to verify credentials before
persisting them.
If you provide `connection_id`, Polytomic starts from the saved configuration
for that connection and then applies the request's `configuration` values on
top. This lets callers test a partial change without resending every existing
field.
The request does not persist any configuration changes even when validation
succeeds.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
configuration
Connection configuration to test.
type
The type of connection to test.
connection_id
Optional existing connection ID to use as a base for testing. The provided configuration will be merged over the stored configuration for this connection before testing.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
