cURL
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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by country code (2-letter) or country name
List of user proxy devices retrieved successfully
List of proxy devices
Show child attributes
Was this page helpful?