« Back to Documentation OverviewcampaignSoftBounces – v1.3
campaignSoftBounces(string apikey, string cid, int start, int limit)
DEPRECATED Get all email addresses with Soft Bounces for a given campaign
| Parameters | | apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| cid | the campaign id to pull bounces for (can be gathered using campaigns()) |
| start | optional - for large data sets, the page number to start at - defaults to 1st page of data (page 0) |
| limit | optional - for large data sets, the number of results to return - defaults to 1000, upper limit set at 15000 |
| Returns | | array |
a total of all soft bounced emails and the specific emails for this page
| int | total | the total number of soft bounces for the campaign
| | array | data | array of the full email addresses that bounced
| |