cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/subaccounts \ --header 'api-token: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "is_hidden": true, "products": [ "<string>" ] } ]
List all subaccounts for the authenticated account. Each subaccount has its own products (datacenter, residential, etc.). Permission: subaccount:read.
subaccount:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
List of subaccounts
Was this page helpful?