v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Tools

Get proxy connection state

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"
}