GET
/
v1
/
ipWhite
/
list
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/ipWhite/list \
  --header 'apiKey: <apikey>'
{
  "whiteList": [
    {
      "clientIp": "1.1.1.1",
      "proxyType": "1 - Rotating Residential",
      "remark": "home"
    }
  ]
}

Headers

apiKey
string
required

API key used for authentication.

Query Parameters

proxyType
integer

The proxy type to filter the list by. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter. If omitted, all proxy types will be returned.

Response

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