Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/api/proxy-config
{ "enabled": true, "type": "http", "url": "<string>", "username": "<string>", "password": "<string>", "no_proxy": "<string>", "timeout": 123, "skip_tls_verify": true, "enable_for_scim": true, "enable_for_inference": true, "enable_for_api": true }
Retrieves the current global proxy configuration.
Successful response
Global proxy configuration
http
socks5
tcp
Password (redacted as in responses)
Was this page helpful?