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

# Get account stats

`GET /me/stats`

Get summary information about email addresses, domains, and usage.

## Query parameters

- `overrideAccountId` string

## Response `200`

Current User Stats

- CurrentUserStats — Describes current user stats
  - `addresses` EmailString[] — List of owned email addresses
  - `domains` string[] — List of custom domains
  - `starredMessages` integer — Total count of saved messages
  - `storedMessages` integer — Total messages on all enhanced addresses and custom domains
  - `inboxBytes` integer — Sum size of all messages on enhanced addresses and custom domains
  - `lastMonthOps` integer — Count of paid ops performed in the previous month
  - `defaultDomain` string — Domain set to default

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