cURL
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 }
Update subaccount preferences such as label or is_hidden. Permission: subaccount:write.
subaccount:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Updated preferences
Was this page helpful?