Box
Get proxy
Retrieves the HTTP proxy settings for a specific box. Use this endpoint to route traffic through the box's network.
get/boxes/{boxId}/proxy
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Response
Proxy
Example response
{
"auth": {
"username": "admin",
"password": "password"
},
"excludes": [
"127.0.0.1",
"localhost"
],
"host": "127.0.0.1",
"port": 8080,
"pacUrl": "http://proxy.company.com/proxy.pac"
}