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>'
{
  "success": true,
  "data": {
    "subaccounts": [
      {
        "AccountID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "AccountType": "datacenter_shared",
        "label": "<string>",
        "is_hidden": true,
        "time_added": 123
      }
    ],
    "total": 123
  }
}

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

success
boolean
Example:

true

data
object