cURL
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" } ]
Returns a list of all email accounts
API key passed in the X-API-Key header
Email accounts retrieved successfully
The name that will be displayed as the sender in email recipients' inboxes
The email address
Email signature
Unique identifier for the email account