Skip to main content
GET
List Inbound Emails

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Query Parameters

status
enum<string>
default:all

Filter by status

Available options:
active,
paused,
all
limit
integer
default:50

Maximum number of inbound emails to return

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

List of inbound emails

status
string
Example:

"success"

inbound_emails
object[]
total
integer

Total number of inbound emails (for pagination)

Example:

15

limit
integer
Example:

50

offset
integer
Example:

0