Skip to main content
GET
/
email-accounts
Get email account(s)
curl --request GET \
  --url https://api.reply.io/v3/email-accounts \
  --header 'X-API-Key: <api-key>'
[
  {
    "senderName": "<string>",
    "email": "[email protected]",
    "signature": "<string>",
    "id": 123
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Query Parameters

id
integer<int64>

Email Account Id - when provided, returns single account

email
string<email>

Email address - when provided, returns single account

Response

Email account(s) retrieved successfully

senderName
string
required

The name that will be displayed as the sender in email recipients' inboxes

email
string<email>
required

The email address

signature
string
required

Email signature

id
integer

Unique identifier for the email account