MT
MailtestAPIInbound email docs

List emails

Retrieve captured emails for the authenticated account.

List captured emails with optional filters.

GET/v1/emailsAuth required

List captured emails

Returns emails for the authenticated account, ordered from newest to oldest.

Parameters

limitquery

integer · Maximum number of emails to return.

offsetquery

integer · Number of emails to skip before returning results.

recipientquery

string · Filter by recipient address.

senderquery

string · Filter by sender address.

statusquery

EmailStatus

subjectquery

string · Match emails whose subject contains this value.

Responses

200ListEmailsResponse

Emails retrieved successfully.

400ValidationErrorResponse

The query string did not pass validation.

401ErrorResponse

The API key is missing or invalid.