Filter email account stats
channels:read scope (or a broader one that includes it).
Returns a paginated list of email account sending statistics matching the provided filter criteria.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Maximum number of items to return (default 25, max 1000)
Number of items to skip
Body
Filter criteria for searching email accounts. All provided filters are combined with AND logic — an account must match every specified filter to be included. Omitted (null) filters are ignored.
Filter by connection status (case-insensitive, exact match). Allowed values: connected, disconnected, unknown
connected, disconnected, unknown Filter by email account provider type (case-insensitive, exact match). Allowed values: Custom, Gmail, Outlook, Exchange, ExchangeOnPremise
Filter by email address (exact match, case-insensitive)
Filter by email domains (suffix match on the email address). Multiple domains are combined with OR logic — matches any of the provided domains.
Filter by owner user IDs (matches any of the provided IDs)
Filter by tag names (case-insensitive, matches any of the provided tags)