---
title: "Gets your mailboxes."
method: GET
path: "/mailboxes"
tags: ["Mailboxes"]
---

# Gets your mailboxes.

`GET /mailboxes`

Currently only supports getting the mailboxes filtered by domain name.

## Query parameters

- `domain_name` string

## Response `200`

OK

- Mailbox[]
  - `name` string
  - `max_size` integer — Maximum size in MB
  - `actual_size` integer — Used size in MB

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
