Proxy SettingsClient - Settings
Update Proxy Config
Update the proxy configuration for the authenticated user.
PUT
/api/v1/settings/proxyv1 · ESTABLEPUT /api/v1/settings/proxy
Update the proxy configuration for the authenticated user.
Allows users to configure how they connect to the SII:
- centralized: Use ChileVenta's managed proxy pool (automatic rotation) - DEFAULT
- individual: Bring Your Own Proxy (BYOP) - user provides their own proxy URL
Authentication: Required (any authenticated user)
Rate Limiting: Not rate-limited
Request Body:
mode: Required. Connection mode (centralized/individual)proxy_url: Required only for mode=individual. Format: http://[user:pass@]host:port
Example Request (Centralized):
Example Request (Individual Proxy):
Example Response:
Cuerpo de la solicitud
Requerido. Content-Type: application/json.
Respuestas
200Successful Response
422Validation Error
Forma de la respuesta
Código 200. Estructura del JSON devuelto.