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

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizenumberSpecifies the number of elements in a page. Maximum size value allowed is 50.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}}