Get a single email
Returns the full email including the raw RFC 2822 body. Parse raw client-side to extract subject, body HTML, OTP codes, and attachments. metadata is a JSON string — parse it before reading fields.
Authorizations
Address-bound JWT. Returned by POST /api/new_address, or copy it from the browser (DevTools → Application → Cookies → jwt) for automation.
Path Parameters
Email UUID from the list endpoint
Response
Full email
42
"550e8400-e29b-41d4-a716-446655440000"
JSON string — parse before reading fields like subject
"{\"subject\":\"Your verification code is 847291\"}"
"2026-05-28T10:00:00Z"
Full raw RFC 2822 message. Parse client-side for body, OTP codes, and attachments.
"From: [email protected]\r\nTo: [email protected]\r\nSubject: Your code\r\n\r\n847291"