Comprehensive domain and email block list management GET retrieves paginated block list with filtering by client assignment and search terms
Overview
Comprehensive domain and email block list management Key Features:- Returns blocked entries with: email/domain, source (manual/bounce/spam), creation date, client association
Get Domain Block List
GET /v1/leads/get-domain-block-list
Retrieves entries from your domain block list with pagination. Query Parameters:api_key(required): Your API keyoffset(optional, default: 0): Pagination offsetlimit(optional, default: 100, max: 1000): Number of records
Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key. Check your authentication.
The requested resource (campaign, lead, email account, etc.) does not exist or you don’t have access to it
Request validation failed. Check parameter types, required fields, and value constraints.
Too many requests. Please slow down and retry after the rate limit resets.
Server error occurred. Please try again or contact support if the issue persists.
API is temporarily unavailable or under maintenance. Please try again later.
Add to Block List
POST /v1/leads/add-domain-block-list
Adds domains or email addresses to the global block list. Query Parameters:api_key(required): Your API key
domain_block_list(required): Array of domains/emails to blockclient_id(optional): Associate with specific client
Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key. Check your authentication.
The requested resource (campaign, lead, email account, etc.) does not exist or you don’t have access to it
Request validation failed. Check parameter types, required fields, and value constraints.
Too many requests. Please slow down and retry after the rate limit resets.
Server error occurred. Please try again or contact support if the issue persists.
API is temporarily unavailable or under maintenance. Please try again later.
Delete from Block List
DELETE /v1/leads/delete-domain-block-list/:block_list_id
Removes an entry from the block list. Path Parameters:block_list_id(required): ID of the block list entry to delete
api_key(required): Your API key
Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key. Check your authentication.
The requested resource (campaign, lead, email account, etc.) does not exist or you don’t have access to it
Request validation failed. Check parameter types, required fields, and value constraints.
Too many requests. Please slow down and retry after the rate limit resets.
Server error occurred. Please try again or contact support if the issue persists.
API is temporarily unavailable or under maintenance. Please try again later.
