Emails
Get Status
Get status details of an email transaction. Required Access Level: ViewReports
get/emails/{transactionid}/status
Path parameters
transactionidstring string required
string
Transaction identifier
Query parameters
showFailedboolean
boolean
Include Bounced email addresses.
showSentboolean
boolean
Include Sent email addresses.
showDeliveredboolean
boolean
Include all delivered email addresses.
showPendingboolean
boolean
Include Ready to send email addresses.
showOpenedboolean
boolean
Include Opened email addresses.
showClickedboolean
boolean
Include Clicked email addresses.
showAbuseboolean
boolean
Include Reported as abuse email addresses.
showUnsubscribedboolean
boolean
Include Unsubscribed email addresses.
showErrorsboolean
boolean
Include error messages for bounced emails.
showMessageIDsboolean
boolean
Include all MessageIDs for this transaction
Response
OK
Example response
{
"ID": "123456",
"Delivered": [
"1000"
],
"Opened": [
"1000"
],
"Clicked": [
"1000"
],
"Unsubscribed": [
"1000"
]
}