Get the Proxy Settings
Get the current proxy settings
Request
URI
GET
https://{api_host}/api/v0/settings/proxy_settings
COPY
Responses
200
OK
Returns ProxySettings of type(s) application/json
{
"proxy_settings": {
"http_proxy": "string",
"https_proxy": "string",
"no_proxy": "string"
}
}
proxy_settings
Optional
proxy_settings
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/settings/proxy_settings