cURL
curl --request GET \ --url http://localhost:8000/api/v1/mail/messages/{message_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "body": "<string>", "html_body": "<string>", "user_id": "<string>", "date": "<string>", "snippet": "<string>", "subject": "<string>", "thread_id": "<string>", "starred": true, "unread": true, "cc": [ { "email": "<string>", "name": "<string>" } ], "bcc": [ { "email": "<string>", "name": "<string>" } ], "from": [ { "email": "<string>", "name": "<string>" } ], "reply_to": [ { "email": "<string>", "name": "<string>" } ], "labels": [ "<string>" ], "in_reply_to": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.poozle.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.poozle.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Include raw response. When you want more data from the source
Show child attributes