GET
/
v1
/
proxy
/
defaultEndpoints
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/proxy/defaultEndpoints \
  --header 'apiKey: <apikey>'
{
  "endpiont": [
    {
      "protocol": "Endpoint:Port",
      "endpoint": "proxy.goproxy.com:30000:customer-testUser:testPass",
      "sessionType": "Rotating",
      "location": "Random",
      "username": "testUser"
    }
  ]
}

Headers

apiKey
string
required

API key used for authentication.

Query Parameters

proxyType
integer
required

The proxy type to query. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter.

username
string

Use this parameter to limit the response to the specific sub-account username you want to query.

Response

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