Skip to main content
Exclusion lists are used to manage domains and emails that should not be sequenced.

Exclusion Lists Overview

The exclusion list API endpoints allow you to:
  1. List excluded domains and emails
  2. Create new exclusions
  3. Delete existing exclusions

Exclusion Domain Object

Exclusion Email Object

Exclusion Domains Endpoints

List Excluded Domains

Request Retrieve a list of excluded domains:
Response This will return a 200 OK with a list of excluded domains:

Create Domain Exclusions

Request Add new domains to the exclusion list.
Response This will return a 200 OK with the status of each domain:

Delete Domain Exclusions

Request Remove domains from the exclusion list.
Response This will return a 200 OK with the status of each domain:

Exclusion Emails Endpoints

List Excluded Emails

Request Retrieve a list of excluded emails:
Response This will return a 200 OK with a list of excluded emails:

Create Email Exclusions

Request Add new emails to the exclusion list.
Response This will return a 200 OK with the status of each email:

Delete Email Exclusions

Request Remove emails from the exclusion list.
Response This will return a 200 OK with the status of each email: