Skip to main content
GET
/
v1
/
mailboxes
/
{mailboxId}
/
emails
List Mailbox Emails
curl --request GET \
  --url https://api.anchorbrowser.io/v1/mailboxes/{mailboxId}/emails \
  --header 'anchor-api-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "from": "<string>",
    "subject": "<string>",
    "received_at": "<string>"
  }
]

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

mailboxId
string
required

Query Parameters

limit
integer

Max emails to return (1-100, default 20).

offset
integer
since
string

Only return emails received after this ISO timestamp.

Response

Emails retrieved successfully.

id
string<uuid>
from
string
subject
string
received_at
string