MT
MailtestAPIInbound email docs

Get email

Fetch a single captured email with parsed body content.

Fetch a single captured email with parsed body content.

GET/v1/emails/{emailId}Auth required

Get an email by id

Returns metadata and stored body content for a single captured email.

Parameters

emailIdpathrequired

string · MailtestAPI email identifier.

Responses

200EmailDetailResponse

Email retrieved successfully.

400ValidationErrorResponse

The route parameters did not pass validation.

401ErrorResponse

The API key is missing or invalid.

404ErrorResponse

The requested email was not found.