Get all the recipients to whom the email delivery failed/bounced.
GET {{baseUrl}}/bouncedRecipients?page=0&size=10
The recipients to whom the delivery failed/bounced are added to a blacklist. This api returns all the recipients of the tenant which were added to this blacklist.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page. Maximum size value allowed is 50. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"bouncedRecipients":[{"email":"plantengineer@mdspcustomer.com","blacklistedDate":"2018-12-11"},{"email":"plantengineer@mdspcustomer.com","blacklistedDate":"2018-12-11"}],"page":{"size":-5248669,"totalElements":31338046,"totalPages":44658752,"number":29239596}}