Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Enter your API Key in the format: Bearer . Get it from https://gbox.ai

Path Parameters

boxId
string
required

Box ID

Example:

"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"

Response

200 - application/json

Proxy

Box Http Proxy

host
string
required

The host address of the proxy server

Example:

"127.0.0.1"

port
number
required

The port number of the proxy server

Example:

8080

auth
Auth · object

Authentication for the proxy

excludes
string[]

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:
pacUrl
string

PAC (Proxy Auto-Configuration) URL.

Example:

"http://proxy.company.com/proxy.pac"