Skip to main content
GET
List received emails

Authorizations

Authorization
string
header
required

Paubox API uses Bearer token authentication in the Authorization header.

Format: Authorization: Bearer YOUR_API_KEY_HERE

Example: Authorization: Bearer 9e5b092b632445b8f570c62ae54f30fda1044305

The legacy format Authorization: Token token=YOUR_API_KEY_HERE is also supported.

Query Parameters

limit
integer
default:25

Maximum number of emails to return (1–100).

Required range: x <= 100
after
string

Cursor for forward pagination.

before
string

Cursor for backward pagination.

Response

200 - application/json

Paginated list of received emails

object
string
Example:

"list"

data
object[]
has_more
boolean
Example:

false