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.

Path Parameters

id
string<uuid>
required

Response

OK

messageId
string<uuid>
required
channelId
string<uuid>
required
timestamp
string<date-time>
required
mailType
enum<string>
required
Available options:
transactional,
broadcast
mailSource
enum<string>
required
Available options:
api,
smtp
deliveryType
enum<string>
required
Available options:
live,
sandbox
status
enum<string>
required
Available options:
queued,
sent
subject
string
required
from
object
required
to
object[]
required
tracking
object
required
events
object[]
required
cc
object[]
bcc
object[]
replyTo
object[]
text
string
html
string
body
string
tags
string[]
headers
object
metadata
object
attachments
object[]