Recheck & Reconnect Problematic Mailboxes

Queues a connection health check for every mailbox in the authenticated user's team that is not already flagged with connection problems.

For each eligible mailbox, Mailivery verifies SMTP/IMAP (or OAuth) connectivity in the background. When auto_restart=true (the default), mailboxes that are currently paused due to a previous connection problem are automatically restarted once the recheck succeeds.

The endpoint returns immediately with a queued-confirmation response; the actual rechecks run asynchronously.

Rate limit: 3 calls per 2 hours, per team. Exceeding this returns 429 TOO_MANY_REQUESTS.

Scope: Only mailboxes owned by the authenticated user's team are affected.

Query Params
string
enum
Defaults to true

Whether to automatically restart warm-up on mailboxes that reconnect successfully after a prior connection problem.
Must be the string "true" or "false". Defaults to "true" when omitted.

Allowed:
Headers
string
required

Any Uniquie string, timestap or UUID for Logging

string
required
Defaults to application/json

Expected Type for response

Responses

auto_restart was not "true" or "false".

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json