Sub Account
Update Sub Account
Update an existing sub-account under your main account.
PATCH
Headers
The apiKey is used to authenticate your account.
Body
application/json
The username of the sub-account you want to update. It must be between 6 and 10 characters or digits.
The proxy type for the sub-account. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter.
The new password for the sub-account. It must be between 6 and 8 characters, containing only letters or digits.
The new traffic limit for the sub-account in MB. To set no limit, omit this field or leave it blank.
Optional remarks or description for the sub-account.
Response
200 - application/json
Successful Response
The response is of type string
.
Example:
"Success"