List email accounts
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Returns a paginated list of email accounts.
By default returns all email accounts visible to the authenticated user, including team members’ accounts in Public or Organization mode.
Use my=true to restrict results to only the authenticated user’s own accounts.
Authorizations
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.
Query Parameters
Maximum number of items to return (default 25, max 1000)
Number of items to skip
When false (default), returns all email accounts visible to the authenticated user:
- In Public or Organization mode: all team members' accounts.
- In Private mode: only the team owner sees all accounts; regular members see only their own. When true, returns only the authenticated user's own email accounts regardless of team mode.