v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Accounts
Test IMAP connectivity
<small>Requires the channels:operate scope (or a broader one that includes it).</small>
Tests connectivity to an IMAP server with the provided credentials without creating an email account.
post/v3/email-accounts/test/imap
Request body
Example request
{
"host": "smtp.company.com",
"port": 465,
"enableSsl": true,
"userName": "user@company.com",
"password": "secret123"
}Response
Test result
Example response
{
"success": true,
"error": null
}