Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Returns a paginated list of email accounts matching the provided filter criteria.
In Public or Organization mode, results include all team members’ accounts. Use ownerUserIds filter to restrict by specific users.
When no accounts match the filter, the response contains an empty items array with hasMore: false — this is normal behavior, not an error.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Maximum number of items to return (default 25, max 1000)
Number of items to skip
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)