POST GET emailReports/bounces
Get bounce data per contact for a given email
* required
Parameters
| Name | Type | Description |
|---|---|---|
| emailID * | integer | ID of email |
| bounceType | string |
Filter by bounce type. SB (soft bounce) returns all bounce types except HB (hard bounce)
HB, SB
|
| page | integer |
Number of page in results to return
1
1
|
| rpp | integer |
Number of records to return per page
20
1
1000
|
| sortField | string |
The field to sort results by
date
contactID, email, date
|
| sortDirection | string |
The direction to sort results
asc
asc, desc
|
Response Data
| Name | Type | Description |
|---|---|---|
| contactID | integer | ID of contact |
| string | Email address of contact | |
| bounceType | string | Bounce code (e.g. HB) |
| bounceDescription | string | e.g. Hard Bounce |
| date | datetime | Timestamp of activity |
| emailID | integer | Unique ID of email |
| parentEmailID | integer | ID of parent email record |
Example Calls
All bounces
GET
/emailReports/bounces?emailID=123
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
emailReports/bounces