---
title: "Get the list of all the sub-accounts of the master account."
method: GET
path: "/corporate/subAccount"
tags: ["Master account"]
---

# Get the list of all the sub-accounts of the master account.

`GET /corporate/subAccount`

This endpoint will provide the list all the sub-accounts of the master account.

## Query parameters

- `offset` integer, required
- `limit` integer, required

## Response `200`

Sub-accounts list

- SubAccountsResponse
  - `count` integer — Total number of subaccounts
  - `subAccounts` SubAccountsResponseSubAccounts[]
    - `id` integer, required — id of the sub-account
    - `companyName` string, required — Name of the sub-account company
    - `active` boolean, required — Whether the sub-account is active or not
    - `createdAt` integer, required — Timestamp when the sub-account was created

## Other responses

- `400` — bad request

---

[API](https://skmtc.dev/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.dev/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getbrevo/apis/brevo-api/revisions/2122e9ffdbe8?raw)
