List emails, optionally waiting for new mail
Newest first by default.
Pass since with the id of the newest email you have already seen to get only newer ones. With since, results are returned oldest-first so that advancing your cursor to the last item can never skip mail.
Pass wait (needs an API key) to hold the connection until mail arrives, up to 30 seconds. This is strongly preferred over a tight polling loop: it costs us less and returns to you faster.
Bodies are not included — fetch GET /api/v1/emails/{id} for those.
Authorizations
Authorization: Bearer mm_.... Omit entirely to use the anonymous tier.
Path Parameters
Full inbox address, URL-encoded. Case-insensitive.
"abc123@meowmail.in"
Query Parameters
1 <= x <= 100Return only emails newer than this id. Flips ordering to oldest-first.
Return only emails older than this id. Pages backwards.
Seconds to hold the connection if the result would be empty. Requires an API key. Set your HTTP client timeout above this value.
0 <= x <= 30