MT
MailtestAPIInbound email docs

Create email

Create a captured email record directly through the API.

Create a captured email record directly through the API.

POST/v1/emailsAuth required

Create a captured email

Stores a new email body and metadata for the authenticated account.

Request body

CreateEmailRequestapplication/jsonrequired

Responses

201EmailResponse

Email stored successfully.

400ValidationErrorResponse

The request body did not pass validation.

401ErrorResponse

The API key is missing or invalid.