Returns a single connected mailbox by its id (from the mailboxes list), including its day-by-day reputation history.
currentReputation is the most recent day's reputation in the window (the headline number on the in-app mailbox screen). history contains one point per day that has data; days without data are omitted. The window defaults to the last 90 days and can be narrowed with startDate/endDate.
A 404 means the id does not belong to an active connected mailbox in your workspace.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Returns a single connected mailbox by its id, including its day-by-day reputation history — the API equivalent of the in-app mailbox screen.
- Get the
idfrom List Connected Mailboxes. currentReputationis the most recent day's value within the window;historyhas one point per day that has data, oldest first.- The window defaults to the last 90 days; narrow it with
startDate/endDate(bothYYYY-MM-DD, inclusive).
A 404 means the id does not belong to an active connected mailbox in your workspace. Note this endpoint reports the latest value, while List Connected Mailboxes reports a range average — the two intentionally mirror the in-app mailbox screen and leaderboard respectively, so they can differ for the same mailbox.