cURL
curl --request POST \ --url https://api.goproxy.com/go-api/v1/ipWhite/add \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --data '{ "proxyType": 123, "ipAddress": "<string>", "remarks": "<string>" }'
"Success"
Add a whitelisted IP address to allow use of proxies without requiring a username and password.
API key used for authentication.
Successful Response
The response is of type string.
string