---
title: "Get sub-account details"
method: GET
path: "/corporate/subAccount/{id}"
tags: ["Master account"]
---

# Get sub-account details

`GET /corporate/subAccount/{id}`

This endpoint will provide the details for the specified sub-account company

## Path parameters

- `id` integer, required

## Response `200`

Sub-account organization details

- SubAccountDetailsResponse
  - `name` string — Name of the sub-account user
  - `email` string — Email id of the sub-account organization
  - `companyName` string — Sub-account company name
  - `groups` SubAccountDetailsResponseGroups[] — List of group(s) associated with the sub-account
    - `id` string — Group id
    - `name` string — Name of the group
  - `planInfo` SubAccountDetailsResponsePlanInfo — Sub-account plan details
    - `credits` SubAccountDetailsResponsePlanInfoCredits — Credits quota and remaining credits on the sub-account
      - `emails` SubAccountDetailsResponsePlanInfoCreditsEmails — Email credits remaining on the sub-account
        - `quantity` integer — Quantity of email messaging limits provided
        - `remaining` integer — Available email messaging limits for use
      - `sms` SubAccountDetailsResponsePlanInfoCreditsSms — SMS credits remaining on the sub-account
        - `quantity` integer — Quantity of SMS messaging limits provided
        - `remaining` integer — Available SMS messaging limits for use
      - `wpSubscribers` SubAccountDetailsResponsePlanInfoCreditsWpSubscribers — Push credits remaining on the sub-account
        - `quantity` integer — Quantity of Push sending limits provided
        - `remaining` integer — Available Push sending limits for use
    - `features` SubAccountDetailsResponsePlanInfoFeatures — Features available on the sub-account
      - `inbox` SubAccountDetailsResponsePlanInfoFeaturesInbox — Inbox details / Not available on ENTv2
        - `quantity` integer — Quantity of inbox provided
        - `remaining` integer — Available inboxes for use
      - `landingPage` SubAccountDetailsResponsePlanInfoFeaturesLandingPage — Landing page details / Not available on ENTv2
        - `quantity` integer — Quantity of landing pages provided
        - `remaining` integer — Available landing pages for use
      - `users` SubAccountDetailsResponsePlanInfoFeaturesUsers — Multi-account details
        - `quantity` integer — Quantity of multi-account's provided
        - `remaining` integer — Available multi-accounts for use
    - `planType` string — type of the plan

---

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