---
title: "Get a specific mailbox"
method: GET
path: "/mailboxes/{mailboxName}"
tags: ["Mailboxes"]
---

# Get a specific mailbox

`GET /mailboxes/{mailboxName}`

## Path parameters

- `mailbox_name` string, required

## Response `200`

OK

- MailboxDetail
  - `name` string
  - `login` string — Login to connect with the mailbox
  - `max_size` integer — Maximum size in MB
  - `actual_size` integer — Used size in MB
  - `auto_reply` AutoReply
    - `enabled` boolean — Enabled
    - `subject` string — Subject
    - `message` string — Message
  - `auto_forward` AutoForward
    - `enabled` boolean — Enabled
    - `email_addresses` string[] — E-mail addresses to which e-mails are forwarded
    - `copy_to_myself` boolean — Copy to myself

---

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