v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SUPPRESSIONS

Add a suppression

Suppresses the specified email address or domain

post/suppression/add

Request body

email_addressstring required

The email address or domain you would like to suppress from deliveries

block_descriptionstring

The description given for suppressing the email or domain from deliveries

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here

Response

Suppression successful

request_idstring required

Example response

{
  "request_id": "aa253464-0bd0-467a-b24b-6159dcd7be60",
  "data": {
    "block_description": "No longer a customer.",
    "added": true,
    "email_address": "test@example.com"
  }
}