API Docs / Operations / Email - Mailbox / Trigger Mailbox Sync

Trigger Mailbox Sync

POST /tenants/{tenant}/email-configs/{code}/sync

Queues an immediate sync for this mailbox configuration. Returns 202 Accepted — the sync happens asynchronously. New emails will appear after the sync completes (typically a few seconds).

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

202 Accepted
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it