List emails
Retrieve captured emails for the authenticated account.
List captured emails with optional filters.
GET
/v1/emailsAuth requiredList captured emails
Returns emails for the authenticated account, ordered from newest to oldest.
Parameters
limitqueryinteger · Maximum number of emails to return.
offsetqueryinteger · Number of emails to skip before returning results.
recipientquerystring · Filter by recipient address.
senderquerystring · Filter by sender address.
statusqueryEmailStatus
subjectquerystring · Match emails whose subject contains this value.
Responses
200
ListEmailsResponseEmails retrieved successfully.
400
ValidationErrorResponseThe query string did not pass validation.
401
ErrorResponseThe API key is missing or invalid.