cURL
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 } ]
Returns a list of all email accounts, or a single account if id or email parameter is provided.
API key passed in the X-API-Key header
Email Account Id - when provided, returns single account
Email address - when provided, returns single account
Email account(s) 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