API Docs / Operations / Email - Mailbox / Get Message

Get Message

GET /tenants/{tenant}/email-configs/{code}/messages/{messageId}

Returns the full details of a specific message including HTML/plain-text body, recipients (to, cc), and attachment metadata. The body is fetched on-demand from the email provider, so this call may be slower than list endpoints. The configuration must have ReadEnabled set to true. If the response includes ReconnectRequired=true, the OAuth connection needs to be re-authorised before further requests will succeed.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
messageId* path string (uuid)

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found