/api/2.0/campaigns/email/{PK}/statistics/

GET https://developer.salesfusion.com/api/2.0/campaigns/email/{PK}/statistics/

Description:

Returns a count of the records that the email was sent to and provides a deliverability information about the overall send.

PK → Campaign_ID

Sample Response:
{
    "opens": 0,
    "bounced": 0,
    "cancelled": 0,
    "unsubscribes": 0,
    "sent": 0,
    "delivered": 0,
    "unconfirmed": 0,
    "clicks": 0,
    "rejected": 0,
    "excluded_domains": 0,
    "recipients": 0
}