# CorporateSubAccounts Get the list of all the sub-accounts of the master account. This endpoint will provide the list all the sub-accounts of the master account. - Catalog: `Brevo` - Schema: `MasterAccount` - Primary Keys: `id` - Retrieve: True - Insert: True - Update: False - Delete: True ## Table Columns The columns of the table `CorporateSubAccounts` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `active` | `char` | Active | ☐ | Whether the sub-account is active or not | | `companyName` | `varchar2` | Company Name | ☐ | Name of the sub-account company | | `createdAt` | `int64` | Creation Date | ☐ | Timestamp when the sub-account was created | | `id` | `int64` | ID | ☐ | id of the sub-account |