Overview

You can use this request to retrieve reports on a specific email. Use the ID of the email you want the reports on, and specify which report you want the system to return.

The Method

APIMethodEndpoint
RESTGEThttps://[Your URL]/api/2.0/emails/:id/report/:report
XML-RPCCallemail._reports.EmailReports

Parameters

Property TypeDescriptionDefaultRequiredRead Only
$idintegerThe ID of the email to report on.emptyyesno
$reportstringThe type of report to return Possible values:

overview: A general overview of the email

contacts: Contact activity on the email

links: Link performance on the email

locations: Locations the email was delivered to

bounces: Bounced emails from the message

social: Social activity on the email

unsubscribes: Contacts who unsubscribed

forwards: Contacts who forwarded the message

clicks: Link clicks for the message

send-log: A list of every contact who was sent the message
overviewyesno

Example Response