---
title: "get single mail html"
method: GET
path: "/api/v1/mails/{mailServerID}/messages/{messageID}/render"
tags: ["messages"]
---

# get single mail html

`GET /api/v1/mails/{mailServerID}/messages/{messageID}/render`

## Path parameters

- `mailServerID` string, required
- `messageID` string, required

## Query parameters

- `token` string, required

## Response `200`

success and returns some html text

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Mail Server or Mail Message not found
- `409` — Account already taken.
- `500` — Unexpected error

## Changes

- **2023-10-04** `c63802bd8a38` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/liara-cloud/apis/liara-mail-api-documentaion/changes/api/v1/mails/:mailServerID/messages/:messageID/render/get.md)

---

[API](https://skmtc.dev/liara-cloud/apis/liara-mail-api-documentaion.md) · [All operations](https://skmtc.dev/liara-cloud/apis/liara-mail-api-documentaion/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/liara-mail-api-documentaion/revisions/5ae39ee353b2/schema)
