Retrieve all global suppressions

GET {{baseUrl}}/suppression/unsubscribes?start_time=<integer>&end_time=<integer>&limit=<string>&offset=<string>

This endpoint allows you to retrieve a list of all email address that are globally suppressed.

A global suppression (or global unsubscribe) is an email address of a recipient who does not want to receive any of your messages. A globally suppressed recipient will be removed from any email you send. For more information, please see our User Guide.

Request Params

KeyDatatypeRequiredDescription
start_timestringRefers start of the time range in unix timestamp when a blocked email was created (inclusive).
end_timestringRefers end of the time range in unix timestamp when a blocked email was created (inclusive).
limitstringThe number of results to include on each page.
offsetstringThe number of results to exclude.