---
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
    - `groups` SubAccountsResponseGroups[], required — Group details
      - `id` string — Group identifier
      - `name` string — Name of the group

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
