Get All Bounces
Retrieve all bounce reports (hard and soft) related to a specific campaign using its unique identifier.
๐ฌ Get All Bounces
Use this endpoint to fetch the list of bounced emails for a particular campaign.
๐น HTTP Request
GET API-URL/campaigns/CAMPAIGN-UNIQUE-ID/bounces๐ธ URL Segments
Segment
Required
Description
CAMPAIGN-UNIQUE-ID
Yes
Campaign unique ID to retrieve the bounces.
๐งพ Query Parameters
Parameter
Default
Description
page
1
Current page to retrieve.
per_page
10
Items per page to retrieve.
๐ Authorization Header
X-API-KEY: your-api-key-here๐ป PHP Example
๐ฆ Sample JSON Response
Last updated