mailpit unofficial
GET/api/v1/message/{ID}/html-check

HTML check

Returns the summary of the message HTML checker.

The ID can be set to latest to return the latest message.

1 parameter
IDstringrequired
Message database ID or "latest"

3 status codes
200HTMLCheckResponse
Platformsobjectoptional
All platforms tested, mainly for the web UI
Totalobjectoptional
Total weighted result for all scores
Warningsarray<object>optional
List of warnings from tests
400Server error will return with a 400 status code with the error message in the body
404Not found error will return a 404 status code

Error handling

A 400 is returned: Server error will return with a 400 status code with the error message in the body. A 404 is returned: Not found error will return a 404 status code.