v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
Suppression APIs

Remove Domains from Suppression List

Removes one or more domains from your suppression list. Once removed, email addresses under these domains will be whitelisted and can start receiving communication again. This is useful when a domain was mistakenly suppressed or is now eligible to receive emails. For example Removing example.com allows emails to user@example.com again.

delete/suppressions/global/domain

Headers

on_behalf_ofstring

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

Request body

domainsstring[] required

List of domains to be removed from the suppression list. Each domain must be valid (e.g., example.com). Limit 1 to 1000.

Example request

{
  "domains": [
    "example.com"
  ]
}

Response

Domains successfully removed from suppression list. No content returned.