> For the complete documentation index, see [llms.txt](https://faq.finerymarkets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.finerymarkets.com/api-reference/rest-api/client-management/getsubaccounts.md).

# getSubaccounts

**POST api/getSubaccounts**<br>

{% tabs %}
{% tab title="Payload" %}

```json
{}
```

{% endtab %}

{% tab title="200 OK" %}

```json
[
   {
     "id": 150,
     "clientName": "string",
     "email": "string",
     "disabled": false,
     "clientType": "taker",
     "createdAt": 0,
     "masterId": 5,
     "internal": false
  }
]
```

{% endtab %}

{% tab title="400 Bad request" %}

```json
{
  "error": 0
}
```

{% endtab %}
{% endtabs %}
