Skip to main content
GET
List email accounts

Authorizations

Authorization
string
header
required

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

top
integer

Maximum number of items to return (default 25, max 1000)

skip
integer

Number of items to skip

my
boolean
default:false

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.

Response

Paginated list of email accounts

items
EmailAccountListItem · object[]
hasMore
boolean

Whether more items are available beyond the current page