Skip to main content
GET
Get a single email

Authorizations

Authorization
string
header
required

Address-bound JWT. Returned by POST /api/new_address, or copy it from the browser (DevTools → Application → Cookies → jwt) for automation.

Path Parameters

uuid
string<uuid>
required

Email UUID from the list endpoint

Response

Full email

id
integer
Example:

42

uuid
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

source
string
address
string
metadata
string

JSON string — parse before reading fields like subject

Example:

"{\"subject\":\"Your verification code is 847291\"}"

created_at
string<date-time>
Example:

"2026-05-28T10:00:00Z"

message_id
string
Example:
raw
string

Full raw RFC 2822 message. Parse client-side for body, OTP codes, and attachments.

Example:

"From: [email protected]\r\nTo: [email protected]\r\nSubject: Your code\r\n\r\n847291"