Skip to main content
GET
/
api
/
SentMessages
Get Sent Messages for all users in the company.
curl --request GET \
  --url https://api.example.com/api/SentMessages
[
  {
    "id": 123,
    "calculatedID": "<string>",
    "activityID": 123,
    "statusID": 123,
    "fromName": "<string>",
    "fromEmail": "<string>",
    "subject": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "deliveryDate": "2023-11-07T05:31:56Z",
    "bounces": 123,
    "firstOpen": "2023-11-07T05:31:56Z",
    "opens": 123,
    "linkClicks": 123,
    "recipients": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
calculatedID
string | null
activityID
integer<int32>
statusID
integer<int32>
fromName
string | null
fromEmail
string | null
subject
string | null
createdDate
string<date-time>
deliveryDate
string<date-time> | null
bounces
integer<int32>
firstOpen
string<date-time> | null
opens
integer<int32>
recipients
string | null