Test IMAP connectivity
channels:operate scope (or a broader one that includes it).
Use this endpoint to check IMAP receiving credentials before you commit to them. Nothing is created or changed — the response reports whether the connection succeeded and, when it did not, the error the server returned. A failed test still comes back as 200 with success false.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
Request body for testing SMTP or IMAP connectivity.
Hostname or IP address of the mail server
Port number of the mail server
1 <= x <= 65535Username for authentication
Password for authentication
Whether to use SSL/TLS for the connection