Skip to main content
GET
/
v4
/
account
/
subaccounts
List subaccounts
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>"
    ]
  }
]

Authorizations

api-token
string
header
required

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

Response

200 - application/json

List of subaccounts

id
string<uuid>
label
string
is_hidden
boolean
products
string[]