Skip to main content
GET
/
proxy-devices
/
{deviceId}
Get user proxy device by ID
curl --request GET \
  --url https://api.gologin.com/proxy-devices/{deviceId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "model": "<string>",
  "ip": "<string>",
  "country": "<string>",
  "proxyStatus": "active",
  "smsStatus": "active",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deviceId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deviceId
string
required

Response

200 - application/json

User proxy device retrieved successfully

id
string
required

Unique identifier of the proxy device

name
string
required

Name of the proxy device

model
string
required

Model of the proxy device

ip
string
required

IP address of the proxy device

country
string
required

Country code of the proxy device

proxyStatus
enum<string>
required

Proxy status

Available options:
active,
inactive
smsStatus
enum<string>
required

SMS status

Available options:
active,
inactive
createdAt
string<date-time>
required

Date when the device was created

updatedAt
string<date-time>
required

Date when the device was last updated

deviceId
string
required

Unique device identifier