---
title: "Get current account"
method: GET
path: "/me"
tags: ["Account"]
---

# Get current account

`GET /me`

Get information about the account for this API key.

## Response `200`

Current User Information

- CurrentUserInfo — Information regarding the current user
  - `_id` string — username
  - `email` string, email — email address
  - `invoiceEmail` string, email — email address
  - `capturePrivate` boolean — Setting which will apply a star to all captured emails.
  - `messageLimit` integer — Maximum allowed message history (starred messages + all messages on enhanced addresses and domains)
  - `privateDomain` integer — Number of custom domain that the account is entitled to but has not yet reserved
  - `privateAddressCredits` integer — Number of enhanced addresses that the account is entitled to but has not yet reserved
  - `whitelistAccess` 0 | 1 — Flag indicating whether account is allowed to request adding IPs to the global allow-list.
  - `moAPICount` integer — Approximate number of total API calls made by the account this month
  - `apiMonthlyLimit` integer — Number of API calls allowed monthly
  - `billingHold` string — When present, indicates the account has past-due invoices and service is disabled
  - `disabled` string — When present, indicates a disabled account
  - `recents` EmailString[] — The most recent email addresses viewed by this account in the UI
  - `labels` string[] — Inbox labels created by the account
  - `company` string — Company name associated with account
  - `address` string — Company address associated with account
  - `firehose` integer — Entitlement flag indicating whether the account has access to the Firehose Web Socket API
  - `allowPublicDomains` 0 | 1 — Entitlement flag indicating whether the account has access to Public Domains
  - `viewAnalytics` 0 | 1 — Flag indicating whether account is allowed to view analytics
  - `apiAccess` 0 | 1 — Flag indicating whether account has access to API
  - `wsDomain` 0 | 1
  - `manyKeys` 0 | 1
  - `internalUnlimited` 0 | 1
  - `lastLogin` string, date — Date in ISO 8601
  - `allowMultipleUsers` 0 | 1
  - `userLimit` integer — Number of users
  - `stripeId` string
  - `moAPIDisabled` integer
  - `moAPILimitWarningEmail` integer
  - `apiKeyName` string

## Other responses

- `401` — Not authorized. You may need to log in first.

---

[API](https://skmtc.dev/mailsac/apis/mailsac-api-specification.md) · [All operations](https://skmtc.dev/mailsac/apis/mailsac-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailsac/mailsac-api-specification/revisions/5f8b55c76229/schema)
