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": 123,
    "senderName": "<string>",
    "emailAddress": "jsmith@example.com",
    "signature": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

200 - application/json

Email accounts retrieved successfully

id
integer
required

Unique identifier for the email account

senderName
string
required

Name of the sender

emailAddress
string<email>
required

Email address

signature
string
required

Email signature