> For the complete documentation index, see [llms.txt](https://huajiangs-organization.gitbook.io/xiao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huajiangs-organization.gitbook.io/xiao/api-en/dynamic-api-integration/getsubaccount.md).

# getSubAccount

**Request Method:&#x20;**<mark style="color:green;">**GET**</mark>

<pre><code><strong>https://start.unionproxy.xyz/ip/authorize/childUserList?username=${xxxx}
</strong></code></pre>

```
// Request credential (Contact customer service to obtain)
headers：  "Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"
```

```
// Return Description
// code: 200 for success, other codes indicate failure

{
    "code": 200,
    "msg": "Operation Succeeded",
    "data": [
        {
            "userId": "9a651ecd",
            "username": "n17669xx",
            "password": "n17669x",
            "createTime": "2025-12-28T20:38:11.000+08:00",
            "useTraffic": 0.00, // Total used traffic
            "trafficLimit": 0.00, // Total traffic quota limit
            "status": "1"  // 1: Disabled, 0: Enabled
        }
    ]
}


```
