---
title: "List mailboxes"
method: GET
path: "/mailboxes"
tags: ["Mailboxes"]
---

# List mailboxes

`GET /mailboxes`

List mailboxes

## Query parameters

- `page[size]` string
- `page[after]` string
- `page[before]` string
- `status` 'active' | 'inactive' | 'needs_reconnection'
- `email_provider` 'google' | 'outlook' | 'other' | 'other_mixed'
- `user_email` string

## Response `200`

Successful

- object
  - `mailboxes` object[]
    - `id` string
    - `email` string
    - `email_provider` 'google' | 'outlook' | 'other' | 'other_mixed'
    - `daily_email_limit` integer, nullable
    - `status` 'active' | 'inactive' | 'needs_reconnection'
    - `user` object
      - `id` string
      - `name` string, nullable
      - `email` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `_links` ResponseLinksObject
    - `self` ResponseLinkObject, required
      - `href` string, required
    - `prev` ResponseLinkObject
      - `href` string, required
    - `next` ResponseLinkObject
      - `href` string, required

---

[API](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/revisions/57f46eaa2dc9/schema)
