Skip to main content
PATCH
/
proxy-devices
/
{deviceId}
Update user proxy device
curl --request PATCH \
  --url https://api.gologin.com/proxy-devices/{deviceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "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

Proxy device ID

Body

application/json

The body is of type object.

Response

200 - application/json

User proxy device updated 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