Skip to main content
GET
/
email-accounts
List all email accounts
curl --request GET \
  --url https://api.reply.io/v3/email-accounts \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 1,
    "senderName": "John Doe",
    "email": "user@example.com",
    "signature": "Best regards,\nJohn Doe\nSales Manager"
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

200 - application/json

Email accounts 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