cURL
curl --request PATCH \ --url https://api.goproxy.com/go-api/v1/subAccount/plan/traffic \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --data ' { "proxyType": 123, "username": "<string>", "trafficLimit": 123 } '
"Success"
Update the taffic limit of the sub-account.
Your API key for authentication.
The proxy type to modify. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter.
The username of the sub-account you want to update.
The new traffic limit for the sub-account, in GB.
Successful Response
The response is of type string.
string