---
title: "GET /api/v2/webmail/mailboxes/"
method: GET
path: "/api/v2/webmail/mailboxes/"
tags: ["webmail"]
---

# GET /api/v2/webmail/mailboxes/

`GET /api/v2/webmail/mailboxes/`

## Response `200`

- UserMailboxes[]
  - `mailboxes` UserMailbox[], required
    - `name` string, required
    - `path` string
    - `label` string, required
    - `type` 'inbox' | 'draft' | 'sent' | 'scheduled' | 'junk' | 'trash' | 'normal', required — * `inbox` - inbox * `draft` - draft * `sent` - sent * `scheduled` - scheduled * `junk` - junk * `trash` - trash * `normal` - normal
    - `unseen` integer
    - `removed` boolean
    - `sub` string, required
  - `hdelimiter` string, required

---

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