---
title: "List subaccounts"
method: GET
path: "/v4/account/subaccounts"
---

# List subaccounts

`GET /v4/account/subaccounts`

List all subaccounts for the authenticated account. Each subaccount has its own products (datacenter, residential, etc.). Permission: `subaccount:read`.

## Response `200`

List of subaccounts

- object
  - `success` boolean
  - `data` object
    - `subaccounts` object[]
      - `AccountID` string, uuid
      - `AccountType` string
      - `label` string
      - `is_hidden` boolean
      - `time_added` integer — Unix timestamp
    - `total` integer

---

[API](https://skmtc.net/proxyscrape/apis/proxyscrape-account-api.md) · [All operations](https://skmtc.net/proxyscrape/apis/proxyscrape-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/proxyscrape/proxyscrape-account-api/versions/4e10267785e1/schema)
