JavaScript
Box
Get proxy
Retrieves the HTTP proxy settings for a specific box. Use this endpoint to route traffic through the box’s network.
GET
JavaScript
Authorizations
Enter your API Key in the format: Bearer . Get it from https://gbox.ai
Path Parameters
Box ID
Example:
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Response
200 - application/json
Proxy
Box Http Proxy
The host address of the proxy server
Example:
"127.0.0.1"
The port number of the proxy server
Example:
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']
Example:
["127.0.0.1", "localhost"]PAC (Proxy Auto-Configuration) URL.
Example:
"http://proxy.company.com/proxy.pac"