/api/2.0/campaigns/emails/{PK}/unsubscribes/
GET https://developer.salesfusion.com/api/2.0/campaigns/email/{PK}/unsubscribes/
Description:
Reads a paginated list of recipients that unsubscribed from a specified campaign in batches of 100.
PK → Campaign_ID
Sample Response:
"count": 18,
"total_count": 18,
"page_size": 100,
"page_number": 1,
"next": null,
"previous": null,
"results": [
{
"campaign_id": 1105,
"campaign_name": "SFTest for A/B Campaign sent but in draft",
"email_address": "ds1970@gmail.com",
"body_source": "B",
"contact_id": 123564,
"first_name": null,
"last_name": null,
"account_name": null,
"account_id": null,
"owner_id": null,
"owner_name": null,
"unsubscribed_date": "2015-12-11T09:33:42.880000Z"
}