Skip to content

Get a single message with full body

GET
/api/v1/messages/{id}

Responses

Full message including parsed body fields

application/json
JSON
{
  
"id": "01HZ9RQABCDEFGHJKMNPQRSTUV",
  
"sender": "alice@example.com",
  
"recipients": "["bob@example.com","carol@example.com"]",
  
"subject": "Hello world",
  
"size": 1024,
  
"has_attachments": false,
  
"is_read": false,
  
"is_starred": false,
  
"tags": [
  
  
[
  
  
]
  
],
  
"created_at": "2026-03-21T10:00:00Z",
  
"text_body": "string",
  
"html_body": "string"
}

Playground

Samples

Powered by VitePress OpenAPI

Released under the MIT / Apache 2.0 License.