cURL
curl --request GET \ --url https://api.reply.io/v3/email-accounts/disconnected \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": 123, "email": "<string>", "senderName": "<string>", "imapError": "<string>", "smtpError": "<string>", "emailAccountType": "<string>", "disconnectedAt": "2023-11-07T05:31:56Z" } ], "hasMore": true }
Returns a paginated list of email accounts that are currently disconnected due to authentication or connection errors.
API key passed in the X-API-Key header
Maximum number of items to return (default 25, max 1000)
Number of items to skip
List of disconnected email accounts
Show child attributes