Retrieves the HTTP proxy settings for a specific box. Use this endpoint to route traffic through the box’s network.
Enter your API Key in the format: Bearer
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Proxy
Box Http Proxy
The host address of the proxy server
"127.0.0.1"
The port number of the proxy server
8080
Authentication for the proxy
List of IP addresses and domains that should bypass the proxy. These addresses will be accessed directly without going through the proxy server. Default is ['127.0.0.1', 'localhost']
["127.0.0.1", "localhost"]PAC (Proxy Auto-Configuration) URL.
"http://proxy.company.com/proxy.pac"