Suppression APIs

Retrieve Domain(s) in the Suppression List

This API retrieves a list of domain(s) currently added to the suppression list for your account. Suppressed domains are automatically excluded from email delivery to prevent sending to recipients from restricted or blocked domains. The time period can be defined by using the start_time and end_time paramater.

get/suppressions/global/domain

Query parameters

start_timestring date
Example:2023-01-01

Refers start of the time range in unix timestamp when an unsubscribe email was created (inclusive).

end_timestring date
Example:2023-02-06

Refers end of the time range in unix timestamp when an unsubscribe email was created (inclusive).

offsetinteger

The point in the list of results to begin displaying global suppressions.

limitinteger

The number of results to display on each page.

Headers

on_behalf_ofstring
Example:subaccount_username

Use this header when making requests on behalf of a subaccount. Required only when using a master account's API key.

Response

OK

Schema[] required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.