Skip to main content
GET
/
proxy-devices
Get user proxy devices
curl --request GET \
  --url https://api.gologin.com/proxy-devices \
  --header 'Authorization: Bearer <token>'
{
  "devices": [
    {
      "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.

Query Parameters

country
string

Filter by country code (2-letter) or country name

Response

200 - application/json

List of user proxy devices retrieved successfully

devices
object[]
required

List of proxy devices