Retrieve all blocks

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

This endpoint allows you to retrieve a list of all email addresses that are currently on your blocks list.

There are several causes for blocked emails: for example, your mail server IP address is on an ISP blacklist, or blocked by an ISP, or if the receiving server flags the message content.

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.