Proxy SettingsClient - Settings
Get Proxy Config
Get the current proxy configuration for the authenticated user.
GET
/api/v1/settings/proxyv1 · ESTABLEGET /api/v1/settings/proxy
Get the current proxy configuration for the authenticated user.
Returns the user's SII proxy settings including:
- Connection mode (centralized, individual)
- Proxy URL (with credentials masked for security)
- Health status and last check timestamp
Authentication: Required (any authenticated user)
Rate Limiting: Not rate-limited
Response Fields:
mode: Connection mode (centralized/individual)proxy_url: Proxy URL with masked credentials (:@)is_healthy: Whether the proxy is currently accessiblelast_check: Timestamp of last health check (UTC)
Example Response:
Respuestas
200Successful Response
Forma de la respuesta
Código 200. Estructura del JSON devuelto.