Skip to main content
GET
Ruby

Authorizations

Authorization
string
header
required

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

Query Parameters

channelId
string<uuid>
messageId
string<uuid>
after
integer<int64>
startDate
string<date-time>
endDate
string<date-time>
limit
integer
Required range: x <= 500
recipient
string
subject
string
tags
string[]
mailType
enum<string>
Available options:
transactional,
broadcast
eventTypes
enum<string>[]
Available options:
accepted,
processed,
delivered,
bounced,
opened,
clicked,
complained,
unsubscribed,
resubscribed

Response

OK

totalCount
number
required
results
object[]
required
after
integer<int64>