List Connected Domains

Returns your workspace's sending domains with their member mailboxes and current reputation.

The list is the union of two sources: domains derived from your active connected mailboxes, and domains with reputation history. A domain whose mailboxes were all disconnected still appears (with mailboxCount: 0) while its history remains, and a freshly connected domain appears with currentReputation: null until data accrues.

currentReputation is the latest daily value within the window (the number the in-app domain view shows). Member mailboxes are summarised as mailboxCount — the full member list is on the domain detail endpoint. Results are sorted by domain ascending and paginate with limit/offset.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns your workspace's sending domains, each with its member mailboxes and current reputation.

The list is a union of two sources:

  • domains derived from your active connected mailboxes, and
  • domains that have reputation history.

So a domain whose mailboxes were all disconnected still appears with mailboxCount: 0 while its history remains, and a freshly connected domain appears with currentReputation: null until data accrues.

currentReputation is the latest daily value within the window (startDate/endDate, default last 90 days) — the same statistic as the mailbox detail's currentReputation, not the leaderboard-style range average. Member mailboxes are summarised as mailboxCount; the full member list and the day-by-day series are on Get Connected Domain.

Query Params
date

Start of the reporting window (YYYY-MM-DD, inclusive). Defaults to 89 days before today, giving a 90-day window including today.

date

End of the reporting window (YYYY-MM-DD, inclusive). Defaults to today.

integer
1 to 1000
Defaults to 50

Page size (1–1000). A single page can hold an entire workspace — for a full snapshot request limit=1000 rather than stitching offset pages, which are computed independently.

integer
≥ 0
Defaults to 0

Zero-based index of the first entry to return.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json