POST GET emailReports/bounceSummary
Summary counts of bounces by type for a given email
* required
Parameters
| Name | Type | Description |
|---|---|---|
| emailID * | integer | ID of email |
Response Data
| Name | Type | Description |
|---|---|---|
| bounceType | string | Bounce code (e.g. HB) |
| bounceDescription | string | e.g. Hard Bounce |
| count | integer | Number of bounces |
Example Calls
Bounce summary
GET
/emailReports/bounceSummary?emailID=123
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
emailReports/bounceSummary