cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/subaccounts/{subAccountId}/preferences \ --header 'api-token: <api-key>'
{ "label": "<string>", "is_hidden": true }
Get preferences for a subaccount (label, visibility). Permission: subaccount:read.
subaccount:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Subaccount preferences
Was this page helpful?