cURL
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>" } ]
Returns a list of all email accounts
API key passed in the X-API-Key header
Email accounts retrieved successfully
Unique identifier for the email account
Name of the sender
Email address
Email signature