cURL
curl --request POST \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential-unlimited/update-password \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "password": "<string>" } '
{ "success": true }
Update the password for the residential unlimited subaccount. Permission: residential_unlimited:write.
residential_unlimited:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Password updated
Was this page helpful?