Skip to main content
PUT
/
v4
/
account
/
subaccounts
/
{subAccountId}
/
preferences
Update subaccount preferences
curl --request PUT \
  --url https://api.proxyscrape.com/v4/account/subaccounts/{subAccountId}/preferences \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '
{
  "label": "<string>",
  "is_hidden": true
}
'
{
  "label": "<string>",
  "is_hidden": 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
label
string
is_hidden
boolean

Response

200 - application/json

Updated preferences

label
string
is_hidden
boolean