- Call
POST /v1/emailsonce with a unique idempotency key. - Send an email to the returned address from the external system you are testing.
- Call
GET /v1/emails/{email_id}/messagesat a conservative interval chosen by your application. - Stop after a bounded deadline. The API does not run an automatic polling job.
- Retrieve one message with
GET /v1/messages/{message_id}. - Download raw source or an attachment only if your workflow needs it.
Getting started
Receive your first email
A safe, bounded workflow from address creation to private content retrieval.
Last modified on August 1, 2026