List email accounts
channels:read scope (or a broader one that includes it).
Use this endpoint when you need to browse the email accounts you can send from. By default it returns every account visible to you, which in Public or Organization mode includes your teammates’ accounts; pass my=true to see only your own. Results are returned as a page controlled by the top and skip query parameters; omit both to get the first page. To narrow the results by status, provider, domain, owner, or tag, use the filter endpoint instead.
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
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.