v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Retrieves a list of email addresses that are on the suppression list for your account.

get/v2/email/suppression/addresses

Query parameters

ReasonSuppressionListReason[]

The factors that caused the email address to be added to .

StartDatestring date-time

Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.

EndDatestring date-time

Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.

NextTokenstring

A token returned from a previous call to <code>ListSuppressedDestinations</code> to indicate the position in the list of suppressed email addresses.

PageSizeinteger

The number of results to show in a single call to <code>ListSuppressedDestinations</code>. If the number of results is larger than the number you specified in this parameter, then the response includes a <code>NextToken</code> element, which you can use to obtain additional results.

Response

Success

NextTokenstring

A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to <code>ListSuppressedDestinations</code>, and pass this token in the <code>NextToken</code> parameter.