cURL
curl --request GET \ --url https://api.gologin.com/proxy/{id} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "id": "<string>", "mode": {}, "host": "<string>", "port": 123, "username": "<string>", "password": "<string>", "lastIp": "<string>", "changeIpUrl": "<string>", "profiles": [ "<string>" ], "profilesCount": 123, "customName": "<string>", "status": true, "country": "<string>", "city": "<string>", "checkDate": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "timezone": "<string>", "languages": "<string>", "connectionType": {}, "notes": "<string>", "isRestoredByOwner": true }
Gets a proxy info by proxy id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
id of the proxy.
The response is of type object.
object