---
title: "Get the details of requested master account"
method: GET
path: "/corporate/masterAccount"
tags: ["Master account"]
---

# Get the details of requested master account

`GET /corporate/masterAccount`

This endpoint will provide the details of the master account.

## Response `200`

Master account details

- MasterDetailsResponse
  - `email` string — Email id of master account
  - `companyName` string — Company name of master account organization
  - `id` integer — Unique identifier of the master account organization
  - `currencyCode` string — Currency code of the master account organization
  - `timezone` string — Timezone of the master account organization
  - `billingInfo` MasterDetailsResponseBillingInfo — Billing details of the master account organization
    - `email` string — Billing email id of master account
    - `companyName` string — Company name of master account
    - `name` MasterDetailsResponseBillingInfoName — Billing name of master account holder
      - `givenName` string — First name for billing
      - `familyName` string — Last name for billing
    - `address` MasterDetailsResponseBillingInfoAddress — Billing address of master account
      - `streetAddress` string — Street address
      - `locality` string — Locality
      - `postalCode` string — Postal code
      - `stateCode` string — State code
      - `countryCode` string — Country code
  - `planInfo` MasterDetailsResponsePlanInfo — Plan details
    - `currencyCode` string — Plan currency
    - `nextBillingAt` integer — Timestamp of next billing date
    - `price` number — Plan amount
    - `planPeriod` 'month' | 'year' — Plan period type
    - `subAccounts` integer — Number of sub-accounts
    - `features` MasterDetailsResponsePlanInfoFeatures[] — List of provided features in the plan
      - `name` string — Name of the feature
      - `unitValue` string — Unit value of the feature
      - `quantity` integer — Quantity provided in the plan
      - `quantityWithOverages` integer — Quantity with overages provided in the plan (only applicable on ENTv2)
      - `used` integer — Quantity consumed by master
      - `usedOverages` integer — Quantity consumed by sub-organizations over the admin plan limit (only applicable on ENTv2)
      - `remaining` integer — Quantity remaining in the plan

## 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)
