Get Connected Mailbox

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.

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

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 id from List Connected Mailboxes.
  • currentReputation is the most recent day's value within the window; history has one point per day that has data, oldest first.
  • The window defaults to the last 90 days; narrow it with startDate/endDate (both YYYY-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.

Path Params
uuid
required

The mailbox id from GET /v1/connected-mailboxes.

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.

Responses

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