---
title: "List connected sending mailboxes"
method: GET
path: "/v3/outreach/sending-accounts"
tags: ["Outreach"]
---

# List connected sending mailboxes

`GET /v3/outreach/sending-accounts`

The mailboxes outreach can send from, with each one's daily limit, warmup state and last connection error. Passwords are never returned. Outreach cannot send at all until at least one mailbox is connected, so check here first when queueing fails.

## Response `200`

Default Response

- object
  - `accounts` object[]
    - `id` string
    - `email` string
    - `syncStatus` 'running' | 'idle'
    - `imapLastSyncAt` string, nullable
    - `imapLastError` string, nullable
  - `warmupDays` integer
  - `maxDailyLimit` integer

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/sending-accounts/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/fa1bfff7ecc8?raw)
