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
Key | Datatype | Required | Description |
---|---|---|---|
start_time | string | Refers start of the time range in unix timestamp when a blocked email was created (inclusive). | |
end_time | string | Refers end of the time range in unix timestamp when a blocked email was created (inclusive). | |
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. |