# CorporateMasterAccounts
Get the details of requested master account
This endpoint will provide the details of the master account.
- Catalog: `Brevo`
- Schema: `MasterAccount`
- Primary Keys: `id`
This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
## Table Columns
The columns of the table `CorporateMasterAccounts` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `billingInfo_address_countryCode` | `varchar2` | | ☐ | Country code |
| `billingInfo_address_locality` | `varchar2` | | ☐ | Locality |
| `billingInfo_address_postalCode` | `varchar2` | | ☐ | Postal code |
| `billingInfo_address_stateCode` | `varchar2` | | ☐ | State code |
| `billingInfo_address_streetAddress` | `varchar2` | | ☐ | Street address |
| `billingInfo_companyName` | `varchar2` | | ☐ | Company name of master account |
| `billingInfo_email` | `varchar2` | | ☐ | Billing email id of master account |
| `billingInfo_name_familyName` | `varchar2` | | ☐ | Last name for billing |
| `billingInfo_name_givenName` | `varchar2` | | ☐ | First name for billing |
| `companyName` | `varchar2` | Company Name | ☐ | Company name of master account organization |
| `currencyCode` | `varchar2` | | ☐ | Currency code of the master account organization |
| `email` | `varchar2` | Email Address | ☐ | Email id of master account |
| `id` | `int64` | ID | ☐ | Unique identifier of the master account organization |
| `planInfo_currencyCode` | `varchar2` | | ☐ | Plan currency |
| `planInfo_nextBillingAt` | `int64` | | ☐ | Timestamp of next billing date |
| `planInfo_planPeriod` | `varchar2` | | ☐ | Plan period type |
| `planInfo_price` | `decimal` | | ☐ | Plan amount |
| `planInfo_subAccounts` | `int64` | | ☐ | Number of sub-accounts |
| `timezone` | `varchar2` | | ☐ | Timezone of the master account organization |