GET
/
v1
/
account
/
proxy
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/account/proxy \
  --header 'apiKey: <apikey>'
{
  "details": [
    {
      "authAccount": "testuser",
      "authPassword": "testpass",
      "useLimit": -1,
      "remark": "test",
      "proxyType": "1 - Rotating Residential"
    }
  ]
}

Headers

apiKey
string
required

API key used for authentication.

Query Parameters

proxyType
integer

The proxy type to query. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter. Omit or leave blank to list all proxy types.

Response

200 - application/json
Successful Response
details
object[]
required