Get Message
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
| Name | Type | Description |
|---|---|---|
| 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