List sent emails for an Organization

Returns paginated sent emails for the organization associated with the authenticated API key. Matches the merchant-app email history, restricted to merchant-facing email types. Filter by customer, type, status, and sent-date range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
length ≤ 200

Filter to a single accounting customer ID.

string
enum

Filter by merchant-facing email type. Internal types cannot be queried.

string
enum

Filter by delivery status (sent, queued, error).

Allowed:
string
length ≤ 40

Start of the sent-date range (inclusive). Two formats: (1) Calendar day YYYY-MM-DD (e.g. 2024-07-02) — start of that day in UTC (00:00:00.000Z). (2) ISO-8601 UTC timestamp (e.g. 2024-07-02T07:00:00.000Z) — exact UTC bound. Optional independently of sentEnd.

string
length ≤ 40

End of the sent-date range (inclusive). Two formats: (1) Calendar day YYYY-MM-DD (e.g. 2024-07-02) — end of that day in UTC (23:59:59.999Z). (2) ISO-8601 UTC timestamp (e.g. 2024-07-03T06:59:59.999Z) — exact UTC bound. Optional independently of sentStart.

string
length ≤ 200

Free-text search across email fields (recipient, subject, etc.).

string
enum

Sort field (sentDate, subject, status, type).

Allowed:
string
enum

Sort direction. Accepted values: asc, desc. Defaults to desc when omitted.

Allowed:
integer
1 to 1000
Defaults to 20
integer
0 to 9007199254740991
Defaults to 0
Headers
uuid

Optional client-supplied unique ID for one request. The server generates a UUID v4 if omitted and always echoes the value in the response.

uuid

Optional ID that flows across service boundaries for distributed tracing. The server generates a UUID v4 if omitted and always echoes the value in the response.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json