Proxy SettingsClient - Settings
Test Proxy Connection
Test the connectivity to the SII using the user's configured proxy.
POST
/api/v1/settings/proxy/testv1 · ESTABLEPOST /api/v1/settings/proxy/test
Test the connectivity to the SII using the user's configured proxy.
Performs a connection test that:
- Retrieves the user's current proxy configuration
- Attempts to connect to the SII through the configured proxy
- Measures connection latency
- Verifies SII is accessible
The test result is stored for future reference and the proxy health status is updated in the user's configuration.
Authentication: Required (any authenticated user)
Rate Limiting: Not rate-limited (but should be used sparingly)
Test Process:
- For
centralizedmode: Tests connection through ChileVenta's proxy pool - For
individualmode: Tests connection through user's configured proxy
Example Response (Success):
Example Response (Failure):
Respuestas
200Successful Response
Forma de la respuesta
Código 200. Estructura del JSON devuelto.