Exclusion Lists Overview
The exclusion list API endpoints allow you to:- List excluded domains and emails
- Create new exclusions
- Delete existing exclusions
Exclusion Domain Object
Field | Type | Description |
---|---|---|
domain | string | The domain name that is excluded (e.g., domain.com ). |
source | string | The source or reason for exclusion (e.g., amplemarket , salesforce ). |
date_added | string | The date the domain was added to the exclusion list (ISO 8601). |
excluded_reason | string | The reason for the exclusion (e.g., api , `manual). |
_links | object | Links to related resources. |
Exclusion Email Object
Field | Type | Description |
---|---|---|
email | string | The email address that is excluded (e.g., someone@domain.com ). |
source | string | The source or reason for exclusion (e.g., amplemarket , salesforce ). |
date_added | string | The date the email was added to the exclusion list (ISO 8601). |
excluded_reason | string | The reason for the exclusion (e.g., api , manual ). |
_links | object | Links to related resources. |
Exclusion Domains Endpoints
List Excluded Domains
Request Retrieve a list of excluded domains:200 OK
with a list of excluded domains:
Create Domain Exclusions
Request Add new domains to the exclusion list.200 OK
with the status of each domain:
Delete Domain Exclusions
Request Remove domains from the exclusion list.200 OK
with the status of each domain:
Exclusion Emails Endpoints
List Excluded Emails
Request Retrieve a list of excluded emails:200 OK
with a list of excluded emails:
Create Email Exclusions
Request Add new emails to the exclusion list.200 OK
with the status of each email:
Delete Email Exclusions
Request Remove emails from the exclusion list.200 OK
with the status of each email: