Skip to main content
POST
/
v4
/
account
/
{subAccountId}
/
residential-unlimited
/
update-password
Update password
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
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required

Body

application/json
password
string

Response

200 - application/json

Password updated

success
boolean