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 requiredGet an email by id
Returns metadata and stored body content for a single captured email.
Parameters
emailIdpathrequiredstring · MailtestAPI email identifier.
Responses
200
EmailDetailResponseEmail retrieved successfully.
400
ValidationErrorResponseThe route parameters did not pass validation.
401
ErrorResponseThe API key is missing or invalid.
404
ErrorResponseThe requested email was not found.