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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
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.