Get Recipient Stats
Returns recipients stats for the campaign with the specified id.
Path Parameters
idnumberrequired
Campaign id to return details for.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"stats": {
"total_count": 6067,
"total_email_optout": 890,
"total_email_enabled": 5143,
"total_push_enabled": 1464,
"total_sms_optout": 1231,
"total_sms_enabled": 2493,
"total_donotcontact": 1,
"total_webpush_enabled": 0
}
}
}
HTTP Response Parameters
statsobject
Details about the recipients.