Skip to main content
GET
List Inboxes
CLI:

Overview

Return every inbox owned by the caller, newest first. Each row is joined with its backing email_domains entry so clients can render domain status (verified, pending, …) without a second round-trip. Warmup analytics (stat_warmup_score, health_score, daily sends) are NOT included here — fetch them separately via GET /api/email/accounts/warmup-analytics.
This operation shares the URL path /api/email/accounts with other verbs. See the sibling page for related operations on the same resource.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Array of email accounts. Empty array is a valid response for users who have not created any inboxes.

accounts
object[]
required