---
title: "Load SubAccounts"
method: GET
path: "/subaccounts"
tags: ["SubAccounts"]
---

# Load SubAccounts

`GET /subaccounts`

Returns a list of all your SubAccounts. Required Access Level: ViewSubAccounts

## Query parameters

- `limit` integer — integer
- `offset` integer — integer

## Response `200`

OK

- SubAccountInfo[]
  - `PublicAccountID` string, string — Public key for limited access to your Account such as contact/add so you can use it safely on public websites.
  - `Email` string, string — Proper email address.
  - `Settings` SubaccountSettingsInfo — SubAccount settings
    - `Email` SubaccountEmailSettings — Settings related to sending emails
      - `MonthlyRefillCredits` integer — Amount of credits added to Account automatically
      - `RequiresEmailCredits` boolean — True, if Account needs credits to send emails. Otherwise, false
      - `EmailSizeLimit` integer — Maximum size of email including attachments in MB's
      - `DailySendLimit` integer — Amount of emails Account can send daily
      - `MaxContacts` integer — Maximum number of contacts the Account can have. 0 means that parent account's limit is used.
      - `EnablePrivateIPPurchase` boolean — Can the SubAccount purchase Private IP for themselves
      - `PoolName` string, string — Name of your custom IP Pool to be used in the sending process
      - `ValidSenderDomainOnly` boolean, nullable
  - `LastActivity` string, date-time — Date of last activity on Account
  - `EmailCredits` integer — Amount of email credits
  - `TotalEmailsSent` integer — Amount of emails sent from this Account
  - `Reputation` number, double — Numeric reputation
  - `Status` 'Disabled' | 'UnderReview' | 'NeverSignedIn' | 'Active'
  - `ContactsCount` integer — How many contacts this SubAccount has stored

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
