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