Skip to content

List received emails for an alias

GET
/v1/aliases/{alias}/messages

Inbound email parsed by the MX engine, with parsed fields and attachment links.

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Parameters

Path Parameters

alias*
Type
string
Required
Example"support"

Query Parameters

cursor

Opaque pagination cursor; pass back next_cursor from the previous page.

Type
string

Responses

A page of messages.

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"message_id": "string",
  
  
  
"from": "jane@buyer.com",
  
  
  
"subject": "string",
  
  
  
"received_at": "string",
  
  
  
"auth": "string"
  
  
}
  
],
  
"next_cursor": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product