v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Proxy

Get proxy connection state

Returns the device's current proxy connection state, including whether a proxy is connected and its protocol and name.

get/devices/{deviceId}/proxy

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

connectedboolean required
namestring nullable required

Active proxy name

protocolstring nullable required

Active proxy protocol (socks5).

Example response

{
  "$schema": "https://example.com/schemas/GetProxyInfo.json"
}