Skip to main content
GET
/
app
/
emails
/
{email}
/
sends
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {},
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string<uuid>
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string
recipient
string
status
enum<string>
Available options:
delivered,
bounced

Response

200 - application/json

Success

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026