cURL
curl --request PATCH \ --url https://api.goproxy.com/go-api/v1/account/proxySetup \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --data '{ "proxyType": 123, "newPassword": "<string>", "newRemarks": "<string>", "newTrafficLimit": 123 }'
"Success"
Update the password, traffic limit, or remarks for rotating proxies.
API key used for authentication.
Successful Response
The response is of type string.
string