Skip to main content
GET
JavaScript
The connected flag is a live check against the device, not just stored state — it can be false while protocol and name still describe a configured proxy whose link has dropped. Proxy host and credentials are never returned; you only get back the protocol and the name you supplied when connecting.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Response

OK

connected
boolean
required
name
string | null
required

Active proxy name

protocol
string | null
required

Active proxy protocol (socks5).

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/GetProxyInfo.json"